Generate PGP Keys
gpg --gen-keyEnter Key details, Email, Expiration etc.,
Export Secret Key
gpg --export-secret-key -a MY_PGP_KEY >> /tmp/MY_PGP_KEY.keyExport Public Key
gpg --export -a MY_PGP_KEY >> /tmp/MY_PGP_KEY.ascImport Secret Key
gpg --import /tmp/MY_PGP_KEY.keyImport Public Key
gpg --import /tmp/MY_PGP_KEY.ascUpdate Key Trust Trust after importing the Key
gpg --edit-key$trust
$5
$save
No comments:
Post a Comment