diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-05-17 23:05:49 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-05-17 23:05:49 -0700 |
commit | b217137d98c2472e209e7604023a75ca4632742a (patch) | |
tree | ba408487ee2f3fc8188c4f1ddafe04150ab1d27f | |
parent | 9ff2de0fd4f50c5ac6c487ad6e9a591d67bc7fe6 (diff) | |
download | pandoc-b217137d98c2472e209e7604023a75ca4632742a.tar.gz |
Use new code signing cert for Windows.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |