Updating the Expiration Date of a GPG key
I use gpg to sign my git tags and recently I had an issue where signing failed. Something like:
$ git tag -m "1.5.0" v1.5.0 error: gpg failed to sign the data error: unable to sign the tag
And after some debugging I discovered that my subkeys …
more ...