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?
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
Post a Comment