You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/08/18 11:47:31 UTC

[tomcat] branch 9.0.x updated: Update BUILDING.txt for JSign

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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new ada4b46  Update BUILDING.txt for JSign
ada4b46 is described below

commit ada4b46d5770e9934c92e99e30ac6a07641d8f2b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Aug 18 12:45:36 2021 +0100

    Update BUILDING.txt for JSign
---
 BUILDING.txt | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index de76c65..ef4ad96 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -289,12 +289,10 @@ You can build them by using the following commands:
     file:
 
         # Location of GPG executable (used only for releases)
+        gpg.exec=/path/to/gpg
         # Code signing of Windows installer
         do.codesigning=true
-        codesigning.user=request-via-pmc
-        codesigning.pwd=request-via-pmc
-        codesigning.partnercode=request-via-pmc
-        codesigning.service=Microsoft Windows Signing
+        codesigning.storepass=request-via-pmc
 
     Release managers will be provided with the necessary credentials by the PMC.
 

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