Re: reloading tls configuration programmatically

2021-08-04 Thread Christopher Schultz
Ivano, On 8/4/21 18:22, Ivano Luberti wrote: Hello, in order to improve management of our servers I would like to implement the ability to timely reload Tomcat TLS configuration so to make tomcat aware of renewed certificates Do you want to do this from script or something else? I have seen

reloading tls configuration programmatically

2021-08-04 Thread Ivano Luberti
Hello, in order to improve management of our servers I would like to implement the ability to timely reload Tomcat TLS configuration so to make tomcat aware of renewed certificates I have seen that in the manager web application I can reload TLS configuration with the Re Read button in the Re-

Minor doc bug, DSS should be DSA for certificate type?

2021-08-04 Thread Mikael Sterner
In tomcat/webapps/docs/config/http.xml, it seems like the valid values for the type attribute of the Certificate element should include DSA instead of DSS, to match the enum used in the code? https://github.com/apache/tomcat/blob/main/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java#L