Can I change the SSL Keystore in a Spring Cloud Gateway without restarting?

Viewed 19

Related to How can I use the SSL in Spring Cloud gateway I was thinking I want to change the SSL certificate dynamically using acme4j. However, it looks like it requires a restart of the server for it to take the new certificate.

Can it perhaps read the keystore from a shared REDIS server or database?

0 Answers
Related