Commit 16eec17
committed
Makefile: update Windows signing certificate hash
The Git LFS signing certificate for Windows binaries has changed, so
we update the default signing certificate SHA-1 hash in the Makefile.
(The last update was in 2019 in PR git-lfs#3623.)
The commands used to generate this hash were:
openssl pkcs12 -info -in codesign.pfx -out foo.pem
openssl x509 -text -in foo.pem -fingerprint | \
grep Fingerprint | sed 's/^SHA1 Fingerprint=//' | \
sed 's/://g' | tr [:upper:] [:lower:]
h/t kb2204 for the info on the fingerprint1 parent 2fee8da commit 16eec17
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments