Replies: 1 comment
-
I am using caddy to get the latest TLS certificates. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm running a dragonfly setup on k8s using the official operator, using TLS client authentication. The TLS data is provided through a k8s secret, and cert-manager takes care of rotating the certificate on a regular basis. https://www.dragonflydb.io/docs/managing-dragonfly/using-tls#certificate-rotation-without-downtime already covers how to rotate the cert without downtime, but it'd be even more convenient if there was an option to let dragonfly reload the cert automatically... For now I'll probably solve it with a k8s cron job that calls
CONFIG SET tls true
on regular basis, but happy to hear if there are smarter options!Beta Was this translation helpful? Give feedback.
All reactions