gpg commands

This commit is contained in:
Bob Mottram 2014-10-27 22:42:59 +00:00
parent acf70a6fe6
commit b576204e92
1 changed files with 2 additions and 2 deletions

View File

@ -121,12 +121,12 @@ Select "*Yes, I want to sign all of my email*"
Select "*No, I will create per-recipient rules*"
Select "*yes*" to change default settings.
*** Import your GPG keys
On the Freedombone export your GPG public and private keys.
#+BEGIN_SRC bash
ssh username@domainname -p 2222
gpg --list-keys username@domainname
gpg --output ~/public_key.gpg --armor --export KEY_ID
gpg --output ~/private_key.gpg --armor --export-secret-key KEY_ID
#+END_SRC