Re: how to reload SSL certificates without restarting Tomcat

2024-03-11 Thread Jerry Lin
Hi Chris, There is also this: > https://tomcat.apache.org/presentations.html#latest-lets-encrypt > > It's very LE-focused, but it shows you how to programmatically trigger a > reload. > Thanks for your presentation and script. We are using Let's Encrypt, so your material is quite relevant.

Re: how to reload SSL certificates without restarting Tomcat

2024-03-10 Thread Jerry Lin
Hi Chuck, Presumably, you mean “not behind https", since “Apache” refers to the > organization that develops and maintains a plethora of software products. > Yes, “not behind https" (I meant not behind an Apache HTTP server) > you can configure the TLS config listener: > > >

how to reload SSL certificates without restarting Tomcat

2024-03-10 Thread Jerry Lin
Hello, For those of us with a publicly accessible instance of Tomcat (e.g. not behind Apache), is there a good way of having a renewed SSL/HTTPS certificate take effect without restarting Tomcat? Thank you, Jerry

how to configure per-host logging with rsyslogd

2020-11-18 Thread Jerry Lin
Hello, I'm running tomcat9 on Debian 10 (systemd). The logging appears to go through rsyslog.d and there is a /etc/rsyslog.d/tomcat9.conf that seems to govern the location of the logs: :programname, startswith, "tomcat9" { /var/log/tomcat9/catalina.out;TomcatFormat stop } My setup is that I