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

Cannot provide multiple certificates using flag #757

Closed
emilevauge opened this issue Oct 21, 2016 · 1 comment
Closed

Cannot provide multiple certificates using flag #757

emilevauge opened this issue Oct 21, 2016 · 1 comment
Labels
Milestone

Comments

@emilevauge
Copy link
Member

emilevauge commented Oct 21, 2016

For now, it's not possible to lunch traefik with multiple certificates using flag.

    [entryPoints.https.tls]
       [[entryPoints.https.tls.certificates]]
     CertFile = "integration/fixtures/https/snitest.com.cert"
      KeyFile = "integration/fixtures/https/snitest.com.key"
      [[entryPoints.https.tls.certificates]]
      CertFile = "integration/fixtures/https/snitest.org.cert"
      KeyFile = "integration/fixtures/https/snitest.org.key"

https://traefik.slack.com/files/wicaeed/F2S7KGUHY/-.dockerfile

/cc @Wicaeed

@emilevauge
Copy link
Member Author

Fixed by #758

@ldez ldez added the kind/bug/confirmed a confirmed bug (reproducible). label Apr 29, 2017
@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants