Skip to content

Commit 47beda5

Browse files
Update gpg.md
1 parent 48493ae commit 47beda5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/gpg.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ gpg --output revoke.asc --gen-revoke you@example.com
7979

8080
```shell
8181
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
8283
```
8384

8485
## Keygrip to match `*.key` filenames in `~/.gnupg/private-keys-v1.d` directory

0 commit comments

Comments
 (0)