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

Improve Let's Encrypt documentation #1885

Merged
merged 5 commits into from
Aug 25, 2017

Conversation

nmengin
Copy link
Contributor

@nmengin nmengin commented Jul 21, 2017

Description

Feature to improve the let's encrypt documentation.
A user guide has been added to show how to create a Traefik Docker service with Let's Encrypt configuration

@ldez ldez added this to the 1.4 milestone Jul 21, 2017
@ldez ldez force-pushed the feature/lets-encrypt-documentation branch from 495713e to 9640edb Compare July 24, 2017 13:22
@ldez ldez added size/M and removed size/M labels Aug 4, 2017
@nmengin nmengin force-pushed the feature/lets-encrypt-documentation branch from 9640edb to 99036fe Compare August 21, 2017 20:07
@nmengin
Copy link
Contributor Author

nmengin commented Aug 21, 2017

This PR finally will complete another one #1923 .
Only the example part is kept.

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

[[entryPoints.https.tls.certificates]]
certFile = "tests/traefik.crt"
keyFile = "tests/traefik.key"
CertFile = "/etc/pki/tls/certs/mycert.crt"
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we use a cert and key that exist in the repo already (perhaps from the integration tests), so that we don't provide fictitious paths to confuse new users?

I would either keep the same cert path ("tests/traefik.crt") or choose another from the repo

Copy link
Member

Choose a reason for hiding this comment

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

we do have some certs in /examples ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@dtomcej I copied the certificate and key files paths from the example HTTP redirect on HTTPS, I change the both.

Copy link
Collaborator

@SantoDE SantoDE left a comment

Choose a reason for hiding this comment

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

Appart from @dtomcej mentions: LGTM :)

Copy link
Contributor

@dtomcej dtomcej left a comment

Choose a reason for hiding this comment

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

LGTM
:shipit:

@traefiker traefiker force-pushed the feature/lets-encrypt-documentation branch from c449345 to dc3d961 Compare August 25, 2017 18:42
@traefiker traefiker merged commit 89b0037 into traefik:master Aug 25, 2017
@nmengin nmengin deleted the feature/lets-encrypt-documentation branch August 3, 2018 12:17
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.

6 participants