This is an automated email from the ASF dual-hosted git repository.
isapir 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 acf587ae7e Added certificateKeystorePassword to commented element
acf587ae7e is described below
commit acf587ae7e6ff6ddae216b4fee29c959eca075e1
Author: Igal Sapir <[email protected]>
AuthorDate: Fri Jun 14 15:18:52 2024 -0700
Added certificateKeystorePassword to commented element
---
conf/server.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/server.xml b/conf/server.xml
index c18d1f6023..ee964fea2a 100644
--- a/conf/server.xml
+++ b/conf/server.xml
@@ -94,7 +94,7 @@
>
<SSLHostConfig>
<Certificate certificateKeystoreFile="conf/localhost-rsa.jks"
- type="RSA" />
+ certificateKeystorePassword="changeit" type="RSA" />
</SSLHostConfig>
</Connector>
-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]