Website/HowtoGPG.page
2020-12-08 08:25:52 +00:00

15 lines
202 B
Text

# HowtoGPG
Some commands:
```
gpg --card-status
gpg --export-ssh-key keyID
gpg --armor --export keyID > pubkey.asc
```
Use Nitrokey from new system:
```
gpg --import pubkey.asc
gpg --card-status
```