This is an automated email from the ASF dual-hosted git repository.
isapir pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new a448af36b0 Added certificateKeystorePassword to commented element
a448af36b0 is described below
commit a448af36b0b1c2ac2e3a7b8ecd250c38d91821bf
Author: Igal Sapir <[email protected]>
AuthorDate: Fri Jun 14 15:22:39 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 2beafa4a83..0ab6264792 100644
--- a/conf/server.xml
+++ b/conf/server.xml
@@ -96,7 +96,7 @@
<UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" />
<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]