Renew Expired GPG Keys

Published: Mon 22 January 2018
By Jon M

In misc.

To renew an expiring, or extend the expiration of a gpg key edit the key and set a new expiration date.

gpg --edit-key <keyid>
command> list
command> key [keyid]
command> expire
command> save

Where [keyid] above is the key that is expiring.

links

social