Actualiser GPG

Mylloon 2024-06-14 17:33:53 +02:00
parent 482a26483f
commit 344d7a7c52
Signed by: Forgejo
GPG key ID: E72245C752A07631

8
GPG.md

@ -10,3 +10,11 @@
- [Add email](https://security.stackexchange.com/a/261468)
- [Remove email](https://infertux.com/posts/2013/11/03/how-to-remove-an-email-address-from-a-gpg-key/)
---
- [Export secret key](https://stackoverflow.com/a/5588513)
- Export key
```
gpg --output public.gpg --armor --export <ID>
```