Skip to content

Commit

Permalink
notes: gpg key expiration on github
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Oct 6, 2024
1 parent fc5d2e9 commit d58712c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion notes/gpg.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Renew expired key
# Renew expired key

List the available keys.

Expand Down Expand Up @@ -45,3 +45,11 @@ gpg> save
```

Source: https://unix.stackexchange.com/questions/552707/how-to-renew-an-expired-encryption-subkey-with-gpg

---

NOTE: On Github, the GPG key needs to be deleted and uploaded once again for the updated key to take effect: https://github.com/settings/keys

```console
$ gpg --armor --export 2DE4E864E51516D79121CF11121D4302A64B2261
```

0 comments on commit d58712c

Please sign in to comment.