This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 58ac04a Add straight example for the storepass syntax
58ac04a is described below
commit 58ac04aa08182efbf69afc56a28c34fc9294f915
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 6b3dc24..2d9bac4 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]