This is an automated email from the ASF dual-hosted git repository.
remm 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 e2f5a9e Add straight example for the storepass syntax
e2f5a9e is described below
commit e2f5a9e302e8a738acafb1a9723582a98ce82eea
Author: remm <[email protected]>
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 c22e58b..99e4077 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: [email protected]
For additional commands, e-mail: [email protected]