We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48493ae commit 47beda5Copy full SHA for 47beda5
docs/gpg.md
@@ -79,6 +79,7 @@ gpg --output revoke.asc --gen-revoke you@example.com
79
80
```shell
81
gpg --export-secret-keys --armor my@email.com > /path/to/secret-key-backup.asc
82
+gpg --export --armor my@email.com > /path/to/public-key-backup.asc
83
```
84
85
## Keygrip to match `*.key` filenames in `~/.gnupg/private-keys-v1.d` directory
0 commit comments