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 47beda5 commit 406c629Copy full SHA for 406c629
docs/gpg.md
@@ -78,8 +78,8 @@ gpg --output revoke.asc --gen-revoke you@example.com
78
## Export
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
+gpg --export-secret-keys --armor $EMAIL > /path/to/secret-key-backup.asc
+gpg --export --armor $EMAIL > /path/to/public-key-backup.asc
83
```
84
85
## Keygrip to match `*.key` filenames in `~/.gnupg/private-keys-v1.d` directory
0 commit comments