switch to Antora part

This commit is contained in:
Adam Samalik 2018-07-27 16:38:30 +02:00
parent bc7bb84562
commit cf5acc8f3a
317 changed files with 432 additions and 1453 deletions

View 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>>.