mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-11 22:52:47 +01:00
speedo: Sign the windows installer with a timestamp.
--
This commit is contained in:
parent
2b57a8159c
commit
11e9b704b5
@ -157,8 +157,9 @@ INST_NAME=gnupg-w32
|
|||||||
# Use this to override the installaion directory for native builds.
|
# Use this to override the installaion directory for native builds.
|
||||||
INSTALL_PREFIX=none
|
INSTALL_PREFIX=none
|
||||||
|
|
||||||
# The Authenticode key used to sign the Windows installer
|
# The Authenticode key and cert chain used to sign the Windows installer
|
||||||
AUTHENTICODE_KEY=${HOME}/.gnupg/g10code-authenticode-key.p12
|
AUTHENTICODE_KEY=${HOME}/.gnupg/g10code-authenticode-key.p12
|
||||||
|
AUTHENTICODE_CERTS=${HOME}/.gnupg/g10code-authenticode-certs.pem
|
||||||
|
|
||||||
|
|
||||||
# Directory names.
|
# Directory names.
|
||||||
@ -1266,8 +1267,11 @@ sign-installer:
|
|||||||
echo "speedo: * Signing installer" ;\
|
echo "speedo: * Signing installer" ;\
|
||||||
echo "speedo: * Key: $(AUTHENTICODE_KEY)";\
|
echo "speedo: * Key: $(AUTHENTICODE_KEY)";\
|
||||||
echo "speedo: */" ;\
|
echo "speedo: */" ;\
|
||||||
osslsigncode sign -pkcs12 $(AUTHENTICODE_KEY) -askpass \
|
osslsigncode sign -certs $(AUTHENTICODE_CERTS)\
|
||||||
-h sha256 -in "PLAY/inst/$$exefile" -out "../../$$exefile" ;\
|
-pkcs12 $(AUTHENTICODE_KEY) -askpass \
|
||||||
|
-ts "http://timestamp.globalsign.com/scripts/timstamp.dll" \
|
||||||
|
-h sha256 -n GnuPG -i https://gnupg.org \
|
||||||
|
-in "PLAY/inst/$$exefile" -out "../../$$exefile" ;\
|
||||||
exefile="../../$$exefile" ;\
|
exefile="../../$$exefile" ;\
|
||||||
$(call MKSWDB_commands,$${exefile},$${reldate}); \
|
$(call MKSWDB_commands,$${exefile},$${reldate}); \
|
||||||
echo "speedo: /*" ;\
|
echo "speedo: /*" ;\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user