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

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


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

commit c54f7ea8df5940e056e4541370d5fbc9895b0230
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 ba16b72..f3c3ff1 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -290,12 +290,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