Init
This commit is contained in:
parent
4d35e55042
commit
9386160be5
1 changed files with 15 additions and 0 deletions
15
HowtoGPG.page
Normal file
15
HowtoGPG.page
Normal 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
|
||||||
|
```
|
Loading…
Reference in a new issue