jetstack / kube-lego

DEPRECATED: Automatically request certificates for Kubernetes Ingress resources from Let's Encrypt
Apache License 2.0
2.16k stars 267 forks source link

[feature-request] Issue Cert for www with nginx-ingress "from-to-www-redirect" annotation #292

Closed boyander closed 5 years ago

boyander commented 6 years ago

Since version 0.9.0 you can add the following annotation to an nginx-ingress controller

annotations:
    ingress.kubernetes.io/from-to-www-redirect: "true"

It is possible to add www as a subdomain for the requested cert when this annotation is present?

noamackerman commented 6 years ago

+1

boyander commented 5 years ago

I'm closing the issue, not sure if actually implemented, but managed to do it by adding another host or ingress record to k8s.