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

ACME TLS ALPN #3553

Merged
merged 7 commits into from Jul 3, 2018
Merged

ACME TLS ALPN #3553

merged 7 commits into from Jul 3, 2018

Conversation

ldez
Copy link
Member

@ldez ldez commented Jul 2, 2018

What does this PR do?

Add the ACME challenge TLS-ALPN-01

Motivation

Add a new challenge for ACME.

More

  • Added/updated tests
  • Added/updated documentation

Additional Notes

https://community.letsencrypt.org/t/tls-alpn-validation-method/63814

@ldez ldez added this to the 1.7 milestone Jul 2, 2018
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.

First review ;) 👏

pebbleTransport, err := setupPebbleRootCA()
if err != nil {
c.Fatal(err)
}

// wait for boulder
Copy link
Member

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

if err != nil {
return nil, err
}
return &certificate, nil
Copy link
Member

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

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

@traefik traefik deleted a comment from mmatur Jul 3, 2018
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 great job @ldez 👏 🎉

Copy link
Contributor

@nmengin nmengin left a 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!! 👏 👏

@traefiker traefiker merged commit 139f280 into traefik:master Jul 3, 2018
@ldez ldez deleted the feature/acme-tls-alpn branch July 3, 2018 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/acme kind/enhancement a new or improved feature. size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants