3

My encryption subkey (but not my signing or other subkeys) expired. How do I generate and add a new encryption subkey using gpg?

Geremia
  • 1,636
  • 3
  • 19
  • 33

1 Answers1

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