I'm using let's encrypt to renew the certificate a...
# rancher-setup
p
I'm using let's encrypt to renew the certificate and certbot locally on the host. I'm doing it through DNS challenges. Is there a way I can automatically import the certificates in the secret so that Rancher reads the renewed certificate? Or what would be the alternative? Does Rancher/cert-manager support dns-challenges?
I see cert-manager does support dns-challenges (route53). So I can use it and replace the tls-rancher-ingress secret directly. The question now is how I tell rancher to reload the ingress. Maybe it does it automatically anyway. It should, actually, if it behaves like a normal nginx ingress. And I also have to figure out how I can do a dry-run with cert-manager.