Re: certificate re-loading for apache tomcat without the apache restart

2022-09-26 Thread Christopher Schultz
ybe if you explain what you are really trying to do, we could give you better help. -chris From: Ivano Luberti Date: Monday, 26 September 2022 at 12:51 PM To: users@tomcat.apache.org Subject: Re: certificate re-loading for apache tomcat without the apache restart Agree Here you can find doc

Re: certificate re-loading for apache tomcat without the apache restart

2022-09-26 Thread Ragavendhiran Bhiman (rabhiman)
ards, Raghavendran From: Ivano Luberti Date: Monday, 26 September 2022 at 12:51 PM To: users@tomcat.apache.org Subject: Re: certificate re-loading for apache tomcat without the apache restart Agree Here you can find documentation of what Peter says https://tomcat.apache.org/tomcat-10.0-doc/man

Re: certificate re-loading for apache tomcat without the apache restart

2022-09-26 Thread Ivano Luberti
Agree Here you can find documentation of what Peter says https://tomcat.apache.org/tomcat-10.0-doc/manager-howto.html#Reload_TLS_configuration using  a call to the manager app. It doesn't take into account new certificates but only existing ones, because it dosn't reparse server.xml Il

Re: certificate re-loading for apache tomcat without the apache restart

2022-09-26 Thread logo
Raghavendran, > Am 26.09.2022 um 08:54 schrieb Ragavendhiran Bhiman (rabhiman) > : > > Hi All, > > I have a scenario where I need to reload the certificates which are newly > updated in the NSS DB without restarting the apache – tomcat. > Is there any way to do it? > > Kindly share some

certificate re-loading for apache tomcat without the apache restart

2022-09-26 Thread Ragavendhiran Bhiman (rabhiman)
Hi All, I have a scenario where I need to reload the certificates which are newly updated in the NSS DB without restarting the apache – tomcat. Is there any way to do it? Kindly share some piece of code to achieve the reloading of the certificates without restarting the apache tomcat service