niketh opened a new issue #7375: [Proposal] Auto load SSL Certs
URL: https://github.com/apache/incubator-druid/issues/7375
 
 
   ### Motivation
   
   Whenever SSL certs expire a restart is required to load fresh certs.
   
   ### Proposed changes
   
   1. Add property `druid.server.https.cert.autoRefresh` and 
`druid.server.https.cert.autoRefreshPeriod`
   2. Create class CertificateWatcher which watches for changes in 
`druid.server.https.keyStorePath`
   3. Once keystore is changed, Jetty does *hot reload* 
https://www.eclipse.org/jetty/javadoc/9.4.14.v20181114/org/eclipse/jetty/util/ssl/SslContextFactory.html#reload-java.util.function.Consumer-
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to