Improve expiration infos

This commit is contained in:
Jean-Claude 2023-06-02 22:39:02 +02:00
parent df3cb21b60
commit 74dd882cd7
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 6 additions and 2 deletions

8
gpg.md
View File

@ -5,10 +5,14 @@
- Edit Key: `gpg --edit-key <keyid>`
- Update Primary Key
- Select primary key: `key 0`
- Select expiration date: `exipre`
- Select expiration date: `expire`
- Enter duration
- Update Sub-Key
- Select sub key: `key 1`
- Update expiration: `expire`
- Enter duration
- May have to repeat these steps for `key 2 ...`
- May have to repeat these steps for `key 2 ...`
- Exit: `save` and `quit`
## Export key
- `gpg --armor --export <emailOfKey>`