Skip to content

Commit da20cfa

Browse files
committed
Updated Commit Signing (markdown)
1 parent 086047f commit da20cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Commit-Signing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ Make sure that if you push a signed commit to GitHub it appears as `Verified`:
170170

171171
### How important is this key?
172172

173-
You should guard this key as well as you guard your SSH key, maybe even better. While an SSH key can easily be replaced by another, since it only affects the login to Github, a GPG key will forever be associated with your commits. This means that as soon as you remove the GPG key from GitHub, because say you replaced it with another, the commits won't appear `Verified` any longer.
173+
You should guard this key as well as you guard your SSH key. While an SSH key can easily be replaced by another, since it only affects the login to Github, a GPG key will forever be associated with your commits. This means that as soon as you remove the GPG key from GitHub, because say you replaced it with another, the commits won't appear `Verified` any longer.
174174

175175
### How can I best store this key?
176176

177-
One of the best ways to store a backup or even to use the key directly is to use a [YubiKey](https://www.yubico.com/). You can store a copy of your key in a YubiKey, serving as a backup. Or you can even store the only copy of your key in it and always require your YubiKey when creating commits. This definitely increases security but with the obvious added cost of always needing your YubiKey around. [Learn more](https://support.yubico.com/hc/en-us/articles/360013790259-Using-Your-YubiKey-with-OpenPGP).
177+
One of the best ways to store a backup or even to use the key directly is to use a [YubiKey](https://www.yubico.com/). You can store a copy of your key in a YubiKey, serving as a backup. Or you can even store the only copy of your key in it and always require your YubiKey when creating commits. This definitely increases security but with the obvious added inconvenience of always needing your YubiKey around when committing changes changes. [Learn more](https://support.yubico.com/hc/en-us/articles/360013790259-Using-Your-YubiKey-with-OpenPGP).
178178

179179
### What about Codespaces?
180180

0 commit comments

Comments
 (0)