switch to Antora part
This commit is contained in:
parent
bc7bb84562
commit
cf5acc8f3a
317 changed files with 432 additions and 1453 deletions
12
modules/ROOT/pages/_partials/proc_backup-gpg-keys-cli.adoc
Normal file
12
modules/ROOT/pages/_partials/proc_backup-gpg-keys-cli.adoc
Normal file
|
@ -0,0 +1,12 @@
|
|||
[[backup-gpg-keys-cli]]
|
||||
= Making a Key Backup Using the Command Line
|
||||
|
||||
Use the following command to make the backup, which you can then copy to a destination of your choice:
|
||||
|
||||
----
|
||||
gpg2 --export-secret-keys --armor jqdoe@example.com > jqdoe-privkey.asc
|
||||
----
|
||||
|
||||
Store the copy in a secure place, such as a locked container.
|
||||
|
||||
See now <<exporting-gpg-keys-cli>>.
|
Loading…
Add table
Add a link
Reference in a new issue