As by Integration with cert-manager | Traefik | v3.4
i added this to my IngressRoute
tls:
domains:
- main: redacted-public-domain.tld
secretName: whatsmyip-ingress-tls-secret
But the cert-manager will not create a certificate-request for that. I also tried to add the annotation to the IngressRoute
"cert-manager.io/cluster-issuer": "le"
As for the Ingress/NginxIngress routes, but this still does not work. It does work when i create an Ingress route (cert-manager is configured correctly).
Is it expected to somehow create the Certificate manually or am i overlooking something?