jetstack / kube-lego

DEPRECATED: Automatically request certificates for Kubernetes Ingress resources from Let's Encrypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

boyander opened this issue · comments

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?

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