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

Check all the C/N and SANs of provided certificates before generating ACME certificates in ACME provider #2970

Merged

Conversation

nmengin
Copy link
Contributor

@nmengin nmengin commented Mar 6, 2018

What does this PR do?

This PR fixes ACME certificates generation in ACME provider.
So far, only C/N of provided certificates was checked before to generate ACME certificate in ACME provider.

This PR adds a check on the SANs and generates ACME certificates only for domains which need it in ACME provider.

Motivation

Report #2913 modifications in the new ACME provider.

Additional Notes

  • This PR allows deleting the overkill type tls.DomainsCertificate by using directly maps.
  • This PR allows renaming the traefik.tls alias.

Copy link
Member

@juliens juliens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@mmatur mmatur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@traefiker traefiker merged commit d3edccb into traefik:master Mar 6, 2018
@nmengin nmengin deleted the feature/limit-acme-certif-generation branch March 6, 2018 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants