GnuPG: Catatan Singkat

From OnnoWiki
Revision as of 17:19, 29 January 2023 by Onnowpurbo (talk | contribs) (Created page with "Generate Key gpg --full-generate-key gpg --gen-key Export Public Key gpg --output public.pgp --armor --export username@email Export Secret Key gpg --output private.pg...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Generate Key

gpg --full-generate-key
gpg --gen-key

Export Public Key

gpg --output public.pgp --armor --export username@email

Export Secret Key

gpg --output private.pgp --armor --export-secret-key username@email