How to renew a GPG key
(Updated on Tue Jan 11, 2022)
How to renew a GPG key
How to renew the main key
gpg2 --list-secret-keys
gpg2 --edit-key 0x536814BF4871A220
gpg> expire
10w
gpg> save
How to renew the subkey
Since I have subkeys I need to also renew the subkey as follows:
gpg2 --list-secret-keys
gpg2 --edit-key …