Support for subjectAltNames?
nelhage opened this issue · 1 comments
nelhage commented
It'd be great to be able to manage certificates containing additional SAN fields (at a minimum, a joint www and non-www cert would be particularly convenient).
whereisaaron commented
There is a fork of this project that is just about to merge support for SAN names. It also supports:
- Many DNS API's for dns-01, as well as http-01, and dns-sni-02 via the built-in lego library.
- Ingress label/annotations for creating certificates (as well as Certificate resources)
- Multiple instances of kube-cert-manager for different groups of Certificates/Ingresses (my PR merging shortly)
The code is largely rewritten at this stage, but totally inspired by and originally based on this project.