diff options
author | Andras Timar <andras.timar@collabora.com> | 2021-02-11 08:27:23 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2022-10-25 08:50:28 +0200 |
commit | 7e1239028ade68d8f128580addbaf5eddfe8e04f (patch) | |
tree | e6599e4da336dfe76116c15cfdb96384bacc7db3 /postprocess | |
parent | 85d77da410eec9dffb813c2e11e1537b691d84a2 (diff) |
try to use a different timestamp service
Change-Id: I0fdbe2871d74836d530a69532bf22c17f642c922
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_signing.mk | 2 | ||||
-rw-r--r-- | postprocess/signing/signing.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/postprocess/CustomTarget_signing.mk b/postprocess/CustomTarget_signing.mk index 6fdd4950f4cb..85f3c0c60611 100644 --- a/postprocess/CustomTarget_signing.mk +++ b/postprocess/CustomTarget_signing.mk @@ -15,7 +15,7 @@ $(eval $(call gb_CustomTarget_register_targets,postprocess/signing,\ )) # PFXFILE and PFXPASSWORD should be set in environment -TIMESTAMPURL ?= "http://timestamp.globalsign.com/scripts/timestamp.dll" +TIMESTAMPURL ?= "http://timestamp.digicert.com/" $(call gb_CustomTarget_get_workdir,postprocess/signing)/signing.done: \ $(SRCDIR)/postprocess/signing/signing.pl \ diff --git a/postprocess/signing/signing.pl b/postprocess/signing/signing.pl index 793900ca074c..ddfa5b202159 100644 --- a/postprocess/signing/signing.pl +++ b/postprocess/signing/signing.pl @@ -242,7 +242,7 @@ sub usage #09.07.2007 08:39 print "\t -e filename\t\t\tFile which contains a list of files which don't have to be signed.\n"; print "\t -f pfx_filename\t\t\"Personal Information Exchange\" file.\n"; print "\t -p password\t\t\tPassword for \"Personal Information Exchange\" file.\n"; - print "\t -t timestamp\t\t\tTimestamp URL e.g. \"http://timestamp.verisign.com/scripts/timstamp.dll\"\n"; + print "\t -t timestamp\t\t\tTimestamp URL e.g. \"http://timestamp.digicert.com/\"\n"; print "\t -l log_filename\t\tFile for logging.\n"; print "\t -v\t\t\t\tVerbose.\n"; } ##usage |