aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-05-17 23:05:49 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-05-17 23:05:49 -0700
commitb217137d98c2472e209e7604023a75ca4632742a (patch)
treeba408487ee2f3fc8188c4f1ddafe04150ab1d27f
parent9ff2de0fd4f50c5ac6c487ad6e9a591d67bc7fe6 (diff)
downloadpandoc-b217137d98c2472e209e7604023a75ca4632742a.tar.gz
Use new code signing cert for Windows.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 264cffb8a..0de385c1d 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ pandoc-$(version)-windows-%.zip: pandoc-$(version)-windows-%.msi
rm -rf $$TEMPDIR
pandoc-$(version)-windows-%.msi: pandoc-windows-%.msi
- osslsigncode sign -pkcs12 ~/Private/ComodoCodeSigning.exp2019.p12 -in $< -i http://johnmacfarlane.net/ -t http://timestamp.comodoca.com/ -out $@ -askpass
+ osslsigncode sign -pkcs12 ~/Private/SectigoCodeSigning.exp2023.p12 -in $< -i http://johnmacfarlane.net/ -t http://timestamp.comodoca.com/ -out $@ -askpass
rm $<
.INTERMEDIATE: pandoc-windows-i386.msi pandoc-windows-x86_64.msi