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