diff options
author | Werner Koch <[email protected]> | 2021-04-22 09:33:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-05-04 06:44:02 +0000 |
commit | 79e8ea100df95b01ccb711237ecb0390f19d7363 (patch) | |
tree | 065cdbf14db683e06ba1abe8e14c61dd7752482d | |
parent | agent: Silence error messages for READKEY --card (diff) | |
download | gnupg-79e8ea100df95b01ccb711237ecb0390f19d7363.tar.gz gnupg-79e8ea100df95b01ccb711237ecb0390f19d7363.zip |
speedo: Automatically select Authenticode signing cert.
--
This is required because GlobalSign re-issued the certificate (which
actually required to install InternetExploder in addition to Edge) and
now we have two certs to select from. The /a option seems to use the
latest generated certificate.
(cherry picked from commit 4237a2b0a50999885c1577d27419ef8c49cd32db)
-rw-r--r-- | build-aux/speedo.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index 7df8edc27..d050457e6 100644 --- a/build-aux/speedo.mk +++ b/build-aux/speedo.mk @@ -1426,7 +1426,7 @@ define AUTHENTICODE_sign echo "speedo: Signing via host $(AUTHENTICODE_SIGNHOST)";\ scp $(1) "$(AUTHENTICODE_SIGNHOST):a.exe" ;\ ssh "$(AUTHENTICODE_SIGNHOST)" '$(AUTHENTICODE_TOOL)' sign \ - /n '"g10 Code GmbH"' \ + /a /n '"g10 Code GmbH"' \ /tr 'http://rfc3161timestamp.globalsign.com/advanced' /td sha256 \ /fd sha256 /du https://gnupg.org a.exe ;\ scp "$(AUTHENTICODE_SIGNHOST):a.exe" $(2);\ |