1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Update "Telling Git about your X.509 key" to not assume that GPG and X.509 are the only signing options

GitHub has recently introduced a third way to sign your commits
alongside GPG and X.509: using an SSH key.

At the moment, our copy about X.509 mentions using it "instead of
GPG", which made sense when the only options were GPG or it, but
now it's a bit confusing. This removes that copy.
This commit is contained in:
Tim Rogers
2022-09-05 10:04:19 +01:00
parent 16331902c8
commit f65d32e3a1

View File

@@ -1,7 +1,7 @@
## Telling Git about your X.509 key
You can use [smimesign](https://github.com/github/smimesign) to sign commits and tags using S/MIME instead of GPG.
You can use [smimesign](https://github.com/github/smimesign) to sign commits and tags using S/MIME.
{% data reusables.gpg.smime-git-version %}