How should I encrypt a file using gpg
linux command with PGP public key?
I have searched on google and I found this command
gpg --output doc.gpg --encrypt --recipient blake@cyb.org doc
but I didn't find where to keep the public key in the command.