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

fix(acme): ensure defaultGeneratedCert.main as Subject's CN #10581

Open
wants to merge 2 commits into
base: v2.11
Choose a base branch
from

Conversation

Lamatte
Copy link

@Lamatte Lamatte commented Apr 9, 2024

What does this PR do?

This PR aims at fixing the issue #10580, by removing the sort of domain names that makes it impossible to specify the Common Name of an Acme certificate.

I can't see why a sort would be necessary here, and I don't think removing it may impact something else.

Motivation

I'm willing to use Acme, and I have a strong requirement with the CN used within the certificate.
I cannot depend on alphabetical sort to make sure which domain will be the "main" one.

More

  • Added/updated tests
  • Added/updated documentation

Additional Notes

N/A

@traefiker traefiker added this to the 2.11 milestone Apr 9, 2024
@Lamatte Lamatte force-pushed the defaultGeneratedCertCommonName branch 2 times, most recently from 32850ed to 954d995 Compare April 9, 2024 12:07
@Lamatte Lamatte changed the title fix(acme): honor defaultGenaratedCert CN fix(acme): honor defaultGeneratedCert CN Apr 9, 2024
@Lamatte Lamatte force-pushed the defaultGeneratedCertCommonName branch from 954d995 to 7b18c92 Compare April 10, 2024 14:54
@Lamatte Lamatte force-pushed the defaultGeneratedCertCommonName branch from 7b18c92 to 82231ef Compare April 10, 2024 14:56
@Lamatte Lamatte changed the title fix(acme): honor defaultGeneratedCert CN fix(acme): ensure defaultGeneratedCert.main as Subject's CN Apr 11, 2024
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.

None yet

3 participants