Does Dropwizard support dynamic certificate renewal?
I’m running Dropwizard as https, specifying KeyStorePath and
KeyStorePassword; however KeyStorePath points to a certificate that gets
renewed every so often;
can I have Dropwizard use new/updated certificate (under same path as old/existing) without restarting the application?
Thanks!
Shadi