This commit is contained in:
benoit 2020-12-08 08:15:10 +00:00
parent 4d35e55042
commit 9386160be5
1 changed files with 15 additions and 0 deletions

15
HowtoGPG.page Normal file
View File

@ -0,0 +1,15 @@
# 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
```