summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-06-09 23:14:26 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-09 23:14:26 +0200
commit28bea39e83d16fb6cb49f33a6379c39f7d153f8e (patch)
treee8f8221a056e9a70ef227ff3cc8eef2da51c092e /Makefile
parent4bae307616de5688983b55cbec1819c2e2864c6e (diff)
Changed comodo code signing key path.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55aa47fdd..46ca7de9d 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ winpkg: pandoc-$(version)-windows.msi
pandoc-$(version)-windows.msi:
wget 'https://ci.appveyor.com/api/projects/jgm/pandoc/artifacts/windows/pandoc-windows-i386.msi?branch=$(BRANCH)' -O pandoc.msi && \
- osslsigncode sign -pkcs12 ~/Private/ComodoCodeSigning.exp2017.p12 -in pandoc.msi -i http://johnmacfarlane.net/ -t http://timestamp.comodoca.com/ -out $@ -askpass
+ osslsigncode sign -pkcs12 ~/Private/ComodoCodeSigning.exp2019.p12 -in pandoc.msi -i http://johnmacfarlane.net/ -t http://timestamp.comodoca.com/ -out $@ -askpass
rm pandoc.msi
man/pandoc.1: MANUAL.txt man/pandoc.1.template