Ajouter 'GPG'
parent
3b4846c11a
commit
c2fc41dea9
1 changed files with 6 additions and 0 deletions
6
GPG.md
Normal file
6
GPG.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
- Get key id: `gpg --list-secret-keys`
|
||||||
|
- Edit key: `gpg --edit-key <key>`
|
||||||
|
- `showpref` to list things
|
||||||
|
- `notation` to enter the add/remove something mode
|
||||||
|
- add `-` to remove the thing
|
||||||
|
- Update key to remote: `gpg --keyserver hkps://keys.openpgp.org --send-keys <key>`
|
Loading…
Reference in a new issue