-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Check all the C/N and SANs of provided certificates before generating ACME certificates #2913
Check all the C/N and SANs of provided certificates before generating ACME certificates #2913
Conversation
This looks awesome. Would also close #473 correct? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👏
…e ACME certificates only for domains which need it
4f959f5
to
4c79a9a
Compare
What does this PR do?
This PR fixes ACME certificates generation.
So far, only C/N of provided certificates was checked before to generate ACME certificate.
This PR adds a check on the SANs and generates ACME certificates only for domains which need it.
Motivation
Only generate ACME certificates for domains which need it.
Fixes #473, #2920
More