diff options
-rw-r--r-- | keys/role.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keys/role.mdwn b/keys/role.mdwn index 10c10ee..d808715 100644 --- a/keys/role.mdwn +++ b/keys/role.mdwn @@ -15,8 +15,8 @@ Renovação --------- GPG_AGENT_INFO="" gpg --edit-key "$KEY" - gpg --armor --export-secret-keys "$KEY" | keyringer sarava encrypt contato@$DOMAIN/gpg/key.asc - gpg --armor --export "$KEY" | keyringer sarava encrypt contato@$DOMAIN/gpg/key.pub.asc + gpg --armor --export-secret-keys "$KEY" | keyringer $HYDRA encrypt $DOMAIN/contato/gpg/key.asc + gpg --armor --export "$KEY" | keyringer $HYDRA encrypt $DOMAIN/contato/gpg/key.pub.asc keyringer $HYDRA git commit keyringer $HYDRA git push |