-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
ACME TLS ALPN #3553
ACME TLS ALPN #3553
Conversation
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.
First review ;) 👏
integration/acme_test.go
Outdated
pebbleTransport, err := setupPebbleRootCA() | ||
if err != nil { | ||
c.Fatal(err) | ||
} | ||
|
||
// wait for boulder |
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.
Could you replace by Wait for peddle
provider/acme/challenge_tls.go
Outdated
if err != nil { | ||
return nil, err | ||
} | ||
return &certificate, nil |
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.
Could you please add a new line
ed39ff1
to
62481e9
Compare
62481e9
to
a1642f6
Compare
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 great job @ldez 👏 🎉
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.
What a huge PR @ldez!
Happy to give so quickly my LGTM!! 👏 👏
a1642f6
to
c675492
Compare
What does this PR do?
Add the ACME challenge TLS-ALPN-01
Motivation
Add a new challenge for ACME.
More
Additional Notes
https://community.letsencrypt.org/t/tls-alpn-validation-method/63814