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

04-HTTPS-TLS - Let's Encrypt HTTP Challenge Lab #3

Open
sw360cab opened this issue Jan 9, 2021 · 0 comments
Open

04-HTTPS-TLS - Let's Encrypt HTTP Challenge Lab #3

sw360cab opened this issue Jan 9, 2021 · 0 comments

Comments

@sw360cab
Copy link

sw360cab commented Jan 9, 2021

in the traefik.http.yml file in order to get letsencrypt folder mapped correctly to local filesystem from docker compose, the certresolver section should be changed this way:

certificatesResolvers:
  myresolver:
    acme:
      email: your_email@example.com 
       storage: /letsencrypt/acme.json
      httpChallenge:
        entryPoint: web

storage key with value acme.json alone, would not map correctly the file.

Ref.
https://doc.traefik.io/traefik/user-guides/docker-compose/acme-http/#setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant