Tomcat deployment documentation example

I think it might help administrators if the example indicates how to limit the TLS protocols to TLS 1.2 and 1.3.

E.g. by using the sslEnabledProtocols keyword in the config file. Multiple protocols can be enabled with something like sslEnabledProtocols="TLSv1.2+TLSv1.3"

I got that from kb.igel.com/igelicg-1.04/en/how-to-configure-apache-tomcat-for-tls-1-2-only-7120997.html

Hi, thanks for the suggestion. If you’d like to edit the docs directly on github then you would be attributed with the change: certify-docs/tomcat.md at master · webprofusion/certify-docs · GitHub - or we can make the change for you.

Thanks, but I don’t need the credit.

Feel free to write.

You might want to include a mention that it might be necessary to make changes to the Java password store as well. We have had that issue.

1 Like