Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for subjectAltNames? #20

Open
nelhage opened this issue Feb 10, 2017 · 1 comment
Open

Support for subjectAltNames? #20

nelhage opened this issue Feb 10, 2017 · 1 comment

Comments

@nelhage
Copy link

nelhage commented Feb 10, 2017

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants