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:41 UTC

[tomcat] branch 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit f278dc04d538983f3da184661c3ca77bc385de0c
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 9c33c6a..b267d6e 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.
     It will also be necessary to enable TLS 1.1 and TLS 1.2 by default (they are

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