You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following annotation generates CertificatesRequests in a row and Lets Encrypt block it for requesting too many certificates for the same domain. cert-manager.io/duration: 2160h cert-manager.io/issuer-kind: ClusterIssuer cert-manager.io/issuer-name: letsencrypt-clusterissuer cert-manager.io/renew-before: 360h
The text was updated successfully, but these errors were encountered:
This issue is probably caused by the "limited" renewal logic in openshift-routes. Right now, there isn't any error backoff mechanism in place, meaning that I would not recommend using openshift-routes with Let's Encrypt or any service that has a rate limit.
In #34 (comment), similar concerns were raised: openshift-routes re-implements cert-manager's renewal mechanism, and I think openshift-routes should have gone simpler by creating Certificate resources and letting cert-manager handle retrials and such rather than re-implementing the whole issuance logic.
Fixing this issue will take work as I think we need to start creating Certificate resources rather than hurting ourselves with reimplenting the certificate renewal logic.
The following annotation generates CertificatesRequests in a row and Lets Encrypt block it for requesting too many certificates for the same domain.
cert-manager.io/duration: 2160h cert-manager.io/issuer-kind: ClusterIssuer cert-manager.io/issuer-name: letsencrypt-clusterissuer cert-manager.io/renew-before: 360h
The text was updated successfully, but these errors were encountered: