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

[tomcat] branch 10.0.x updated: Add straight example for the storepass syntax

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

remm 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 a763fb7  Add straight example for the storepass syntax
a763fb7 is described below

commit a763fb71abe914c01d3764efc705536b59b4637d
Author: remm <re...@apache.org>
AuthorDate: Wed Aug 18 10:51:14 2021 +0200

    Add straight example for the storepass syntax
---
 build.properties.default | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.properties.default b/build.properties.default
index 9ccb60b..1c1c174 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -82,7 +82,8 @@ do.codesigning=false
 codesigning.alias=Tomcat-PMC-cert-2021-04
 codesigning.digest=SHA-512
 codesigning.storetype=DIGICERTONE
-codesigning.storepass=set-this-in-build.properties
+# Set codesigning.storepass in build.properties with the following syntax
+#codesigning.storepass=<api-key>|/path/to/Certificate_pkcs12.p12|<password>
 
 # ----- Settings to use when downloading files -----
 trydownload.httpusecaches=true

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