Is there any way to trigger the managed server to re-read the jks file without restarting the server
Τhe managed server reads a jks file containing the appropriate certificates. When one of the certificates expires, we download and load into the jks file the new version of the certificate, using the same alias. The problem is that the managed server does not "re-read" the file and considers the certificated expired until it is restarted. My question is the following: is there any way to trigger the managed server to re-read the jks file without restarting the server?