My encryption subkey (but not my signing or other subkeys) expired. How do I generate and add a new encryption subkey using gpg
?
Asked
Active
Viewed 2,560 times
3
Geremia
- 1,636
- 3
- 19
- 33
-
Are you sure you want to generate a new subkey and not extend the key's expiration date? – Michael Altfield Jul 02 '20 at 15:26
1 Answers
3
gpg --edit-key <KEY_ID> addkey
Choose
(5) Elgamal (encrypt only)
(6) RSA (encrypt only)
source: gpg manpage
Geremia
- 1,636
- 3
- 19
- 33