gpg export private key and subkeys
This commit is contained in:
parent
79e73eb9cc
commit
c6558b4525
1 changed files with 17 additions and 0 deletions
|
@ -236,10 +236,27 @@ set primary UserID
|
||||||
Export
|
Export
|
||||||
======
|
======
|
||||||
|
|
||||||
|
public key
|
||||||
|
----------
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
gpg --armor --export "Key ID" > pub.asc
|
gpg --armor --export "Key ID" > pub.asc
|
||||||
|
|
||||||
|
private key
|
||||||
|
-----------
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
gpg --armor --export-secret-keys FFIINNGGEERRPPRRIINNTT > key.gpg
|
||||||
|
|
||||||
|
private subkeys
|
||||||
|
---------------
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
gpg --armor --export-secret-subkeys FFIINNGGEERRPPRRIINNTT > subkeys.gpg
|
||||||
|
|
||||||
Dump
|
Dump
|
||||||
====
|
====
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue