Quote:
Originally Posted by chrishoeppner So, is there a way I can "store away" my private key in a way I could later use it if necesary? Is there some sort of --export-private-key I might have missed? Or should I just take all my files in ~/.gnupg and store them appart? |
You can do either (export the private key or back up ~/.gnupg).
I keep a backup of my private keys, public keys, and ownertrust db on a usb drive in a secure area.
Be really careful that you keep your private key in a safe place. Do not publish it or put it somewhere where others will have access to it.
As mentioned, manpages for
gpg(1) and the following URL are your friends.
Documentation Sources - GnuPG.org