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 2016/06/09 11:26:40 UTC

svn commit: r1747536 - /tomcat/trunk/BUILDING.txt

Author: markt
Date: Thu Jun  9 11:26:40 2016
New Revision: 1747536

URL: http://svn.apache.org/viewvc?rev=1747536&view=rev
Log:
Add a section on code signing.

Modified:
    tomcat/trunk/BUILDING.txt

Modified: tomcat/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=1747536&r1=1747535&r2=1747536&view=diff
==============================================================================
--- tomcat/trunk/BUILDING.txt (original)
+++ tomcat/trunk/BUILDING.txt Thu Jun  9 11:26:40 2016
@@ -269,7 +269,24 @@ You can build them by using the followin
     open the command prompt used for the build with the "Run as administrator"
     option.
 
- 3. Build the release:
+ 3. Configure the code signing service
+
+    ASF committers performing official releases will need to configure the code
+    signing service so that the Windows installer is signed during the build
+    process. The following properties need to be added to the build.properties
+    file:
+
+        # Location of GPG executable (used only for releases)
+        # 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 Signing
+
+    Release managers will be provided with the necessary credentials by the PMC.
+
+ 4. Build the release:
 
     cd ${tomcat.source}
     ant release



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