From fae6a204f1a072d5efe4dff35fd08fbad2071198 Mon Sep 17 00:00:00 2001 From: Salim B Date: Sat, 27 Feb 2021 01:56:04 +0000 Subject: Fix/update URLs and use HTTP**S** where possible (#7122) --- windows/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows/Makefile') diff --git a/windows/Makefile b/windows/Makefile index 354c1b37c..34dda34c2 100644 --- a/windows/Makefile +++ b/windows/Makefile @@ -6,5 +6,5 @@ all: $(SIGNED) .PHONY: all pandoc-%.msi: pandoc-%-UNSIGNED.msi - osslsigncode sign -pkcs12 $$HOME/Private/SectigoCodeSigning.exp2023.p12 -in $< -i http://johnmacfarlane.net/ -t http://timestamp.comodoca.com/ -out $@ -askpass && rm $< + osslsigncode sign -pkcs12 $$HOME/Private/SectigoCodeSigning.exp2023.p12 -in $< -i https://johnmacfarlane.net/ -t http://timestamp.comodoca.com/ -out $@ -askpass && rm $< -- cgit v1.2.3