Skip to content

Commit 406c629

Browse files
Update gpg.md
1 parent 47beda5 commit 406c629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gpg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ gpg --output revoke.asc --gen-revoke you@example.com
7878
## Export
7979

8080
```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
81+
gpg --export-secret-keys --armor $EMAIL > /path/to/secret-key-backup.asc
82+
gpg --export --armor $EMAIL > /path/to/public-key-backup.asc
8383
```
8484

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

0 commit comments

Comments
 (0)