This is an automated email from the ASF dual-hosted git repository. isapir 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 d28de670cf Added certificateKeystorePassword to commented element d28de670cf is described below commit d28de670cff4dfd71963006953fdc8758b8cf667 Author: Igal Sapir <isa...@apache.org> AuthorDate: Fri Jun 14 15:15:22 2024 -0700 Added certificateKeystorePassword to commented element This was a bit confusing and there are a lot of wrong values on the internet that propose to use the wrong attribute --- conf/server.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/server.xml b/conf/server.xml index a5331fd048..aa75d338f9 100644 --- a/conf/server.xml +++ b/conf/server.xml @@ -90,7 +90,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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org