gpg commands
This commit is contained in:
parent
acf70a6fe6
commit
b576204e92
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue