https://rancher.com/ logo
Title
n

narrow-lunch-43082

04/02/2023, 3:12 PM
is anyone familiar with replacing the rancher web cert with cert manager and using lets encrypt i cant find any clear documentation.
a

agreeable-oil-87482

04/02/2023, 4:01 PM
Are you trying to change issuers? Normally cert manager will auto renew
n

narrow-lunch-43082

04/02/2023, 4:50 PM
Im wanting to change the self signed with a cert from lets encrypt via cert-manager with the dns validation set. I was able to get a cert via that method but not sure where to set the new cert since its a wildcard certificate and cert manger is in its own name-space. I have cert manager set to a clusterissuer
c

careful-mouse-42236

04/03/2023, 8:43 AM
Rancher/cert-manager/Let's Encrypt works well Add a parameter while using the Helm chart of Rancher:
<http://rancher.ingress.extraAnnotations.cert-manager.io/cluster-issuer|rancher.ingress.extraAnnotations.cert-manager.io/cluster-issuer>: letsencrypt-prod
(where
letsencrypt-prod
is the ClusterIssuer)