Skip to content

Commit

Permalink
gpg: fix key output comment pub -> private
Browse files Browse the repository at this point in the history
  • Loading branch information
johannst committed Mar 30, 2024
1 parent d5772f6 commit 69ce6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/gpg.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ delkey delete selected subkey
## Export & Import Keys
```bash
gpg --export --armor --output <KEY.PUB> <KEY ID>
gpg --export-secret-key --armor --output <KEY.PUB> <KEY ID>
gpg --export-secret-key --armor --output <KEY.PRIVATE> <KEY ID>
gpg --import <FILE>
```
Expand Down

0 comments on commit 69ce6e4

Please sign in to comment.