Ajouter 'GPG'

Mylloon 2023-03-07 23:59:00 +01:00
parent 3b4846c11a
commit c2fc41dea9
Signed by: Forgejo
GPG key ID: E72245C752A07631

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>`