Is there a way to update the ssl certificate an em...
# ktor
r
Is there a way to update the ssl certificate an embedded server is using without restarting the server?
a
I think you can update a certificate by modifying a key store.
r
cool, I'll give that a shot