jetstack / kube-lego

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

Wildcard Certificate Support #304

Closed lucasilverentand closed 6 years ago

lucasilverentand commented 6 years ago

With the arrival of wildcard certificates on the 27th of February I would like to suggest adding support for this feature to kube-lego. It would require the addition of the new ACME v2 api and the DNS-01 verification process. I think this would be great for setups with CI that publish review apps under subdomains automatically. Please let me know you guys' thoughts on this matter.

simonswine commented 6 years ago

There are no plans to implement that

kube-lego is in maintenance mode only. There is no plan to support any new features. The latest Kubernetes release that kube-lego officially supports is 1.8. The officially endorsed successor is cert-manager.

If you are a current user of kube-lego, you can find a migration guide here.

georgecrawford commented 5 years ago

@simonswine I believe the working documentation link is http://docs.cert-manager.io/en/latest/tutorials/acme/migrating-from-kube-lego.html.