Re: adding new SSL certificate without restarting tomcat

2025-06-03 Thread Ivano Luberti
Yes, that was the conclusion reached also by the other ml members. Thanks to everyone ! Il 03-Jun-25 17:54, Mark Thomas ha scritto: On 03/06/2025 16:29, Ivano Luberti wrote: Because the contexts (webapps) in this instance can serve requests form different domains. https://domain1/context1

Re: adding new SSL certificate without restarting tomcat

2025-06-03 Thread Mark Thomas
On 03/06/2025 16:29, Ivano Luberti wrote: Because the contexts (webapps) in this instance can serve requests form different domains. https://domain1/context1 https://domain2/context2 So this is a host environment where you need to add and remove customers each with their own domain? If th

Re: adding new SSL certificate without restarting tomcat

2025-06-03 Thread Ivano Luberti
Because the contexts (webapps) in this instance can serve requests form different domains. https://domain1/context1 https://domain2/context2 Il 03-Jun-25 15:27, Mark Thomas ha scritto: Why do you need to add/remove a certificate? Mark On 03/06/2025 09:15, Ivano Luberti wrote: Hi Mark, onl

Re: adding new SSL certificate without restarting tomcat

2025-06-03 Thread Mark Thomas
Why do you need to add/remove a certificate? Mark On 03/06/2025 09:15, Ivano Luberti wrote: Hi Mark, only problem to solve is to avoid restart upon adding/removal of an SSL certificate. Il 29-May-25 09:38, Mark Thomas ha scritto: On 29/05/2025 07:59, Ivano Luberti wrote: Thanks Chris, yes

Re: adding new SSL certificate without restarting tomcat

2025-06-03 Thread Ivano Luberti
Hi Mark, only problem to solve is to avoid restart upon adding/removal of an SSL certificate. Il 29-May-25 09:38, Mark Thomas ha scritto: On 29/05/2025 07:59, Ivano Luberti wrote: Thanks Chris, yes that's what I tried to explain from the beginning, sorry I wasn't clear enough. To summarize

Re: adding new SSL certificate without restarting tomcat

2025-05-29 Thread Mark Thomas
On 29/05/2025 07:59, Ivano Luberti wrote: Thanks Chris, yes that's what I tried to explain from the beginning, sorry I wasn't clear enough. To summarize: there is no solution out of the box, I have to develop something. I will look into that. Just out of interest, what problem are you tryi

Re: adding new SSL certificate without restarting tomcat

2025-05-29 Thread Ivano Luberti
Thanks Chris, yes that's what I tried to explain from the beginning, sorry I wasn't clear enough. To summarize: there is no solution out of the box, I have to develop something. I will look into that. Thanks everyone Il 28-May-25 14:43, Christopher Schultz ha scritto: Ivano, On 5/28/25 4:

Re: adding new SSL certificate without restarting tomcat

2025-05-28 Thread Christopher Schultz
Ivano, On 5/28/25 4:17 AM, Ivano Luberti wrote: Thanks for all the responses. I try to be more clear. My server.xml configuration contains a few SSLHostConfig configurations like this certificateKeystoreFile="/etc/ssl/LetsEncrypt/host domain.it/host domain.it.pfx" certificateKeystoreP

Re: adding new SSL certificate without restarting tomcat

2025-05-28 Thread Ivano Luberti
Thanks for all the responses. I try to be more clear. My server.xml configuration contains a few SSLHostConfig configurations like this certificateKeystoreFile="/etc/ssl/LetsEncrypt/host domain.it/host domain.it.pfx" certificateKeystorePassword="passwrod" certificateKeystoreType="PKCS1

Re: adding new SSL certificate without restarting tomcat

2025-05-28 Thread Michael Osipov
On 2025/05/27 20:11:25 Ivano Luberti wrote: > Hi all, is there a way to configure tomcat in order to avoid restart > when I change the list of ssl certificates? > > I know and I do it, how to reload existing certificates, but I'm > searching a qay to avoid reloading when I add or remove a certif

Re: adding new SSL certificate without restarting tomcat

2025-05-28 Thread Mark Thomas
On 27/05/2025 21:11, Ivano Luberti wrote: Hi all, is there a way to configure tomcat in order to avoid restart when I change the list of ssl certificates? Which list of certificates? There are several. Exactly what are you changing? Are you adding a cert to a keystore, adding a PEM file to a

adding new SSL certificate without restarting tomcat

2025-05-27 Thread Ivano Luberti
Hi all, is there a way to configure tomcat in order to avoid restart when I change the list of ssl certificates? I know and I do it, how to reload existing certificates, but I'm searching a qay to avoid reloading when I add or remove a certificate. I'm using Tomcat 9 , but looking for solutio