back to notes

# export public key as ASCII
gpg --export -a
# export private key as ASCII
gpg -a --export-secret-keys


last updated november 2017