This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new d6a6281054 Fix installer signing
d6a6281054 is described below

commit d6a6281054c2a316b7a41a4ea91166f0917214c8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Feb 12 10:53:35 2025 +0000

    Fix installer signing
---
 build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 6d362fd980..36e513d546 100644
--- a/build.xml
+++ b/build.xml
@@ -2685,9 +2685,10 @@ To skip building the Windows installer, set the 
skip.installer property in build
       <jsign file="${tomcat.dist}/tomcat-installer.exe"
         storepass="${codesigning.storepass}"
         storetype="${codesigning.storetype}"
+        keypass="${codesigning.keypass}"
         alias="${codesigning.alias}"
         alg="${codesigning.digest}"
-        tsaurl="http://timestamp.digicert.com";
+        tsaurl="http://ts.ssl.com";
         tsmode="RFC3161"
         detached="true"/>
       <!-- Move detached signature to source tree -->


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to