Renew Expired GPG Keys

Published: 22 January 2018

Note: this article is old and may contain outdated or incorrect information.

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.