-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Improve Let's Encrypt documentation #1885
Conversation
495713e
to
9640edb
Compare
9640edb
to
99036fe
Compare
This PR finally will complete another one #1923 . |
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
docs/user-guide/examples.md
Outdated
[[entryPoints.https.tls.certificates]] | ||
certFile = "tests/traefik.crt" | ||
keyFile = "tests/traefik.key" | ||
CertFile = "/etc/pki/tls/certs/mycert.crt" |
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.
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
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.
we do have some certs in /examples
;)
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.
@dtomcej I copied the certificate and key files paths from the example HTTP redirect on HTTPS
, I change the both.
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.
Appart from @dtomcej mentions: LGTM :)
99036fe
to
b3dc0ad
Compare
b3dc0ad
to
c449345
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
c449345
to
dc3d961
Compare
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