Looking for some advice on how to handle this issue I keep running into.
I am running Crowdsec on k3s with Traefik. Crowdsec is running in https mode using x509 certs that it creates using it’s ca-issuer.
The certificate will last for 90 days, at the end of the 90 days, the certificate will expire and the bouncer will now get 403 unauthorized errors and basically break all ingress going through traefik. I’ve not found a way to rotate this certificate. When I inspect in inside the cluster, it’s still showing as an active and healthy certificate.
Any seen this issue before or know how to deal with it? It’s driving me crazy.
it is most likely, that the certificate is being renewed but the bouncer only read the certificate at startup so it doesnt know to read read and load the new cert.