Skip to main content

How can I export public keys in PEM format with GnuPG?

I know that gpg --export -o pub.key -a "Username" exports a users' public key, but it doesn't seem to write a standard PEM format block.


Is there any way to export keys from gpg in PEM format?

Comments