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

SSL Cert / Traefik Question....? #350

Closed
DSDesign opened this issue Jan 8, 2020 · 1 comment
Closed

SSL Cert / Traefik Question....? #350

DSDesign opened this issue Jan 8, 2020 · 1 comment
Labels
note:help wanted Extra attention is needed

Comments

@DSDesign
Copy link

DSDesign commented Jan 8, 2020

Hello,

I recently installed the advanced version and had an issue with getting Let's Encrypt to generate the certs (403 error on challenge). I'm not too concerned about this part as I have a valid trusted cert that I can use with my domain. Currently, when calling the service Traefik is presenting the default self-signed cert so most browsers won't even let me access the page without an exception. I've searched everywhere in the container for this default cert or the config for Traefik to change it, but no luck.

So my question is....how do I modify this default cert to use my own trusted cert? Where is the config file with this setting, or where is the default cert located for Traefik?

Thank you in advance for everyone's feedback/help on this issue!

@adriankumpf adriankumpf added note:help wanted Extra attention is needed question labels Jan 8, 2020
@markusdd
Copy link
Contributor

markusdd commented Jan 12, 2020

If you are using traefik 2 and above you will have to define a certificationprovider and link this to your router which points to the teslamate instance.

This cert provider can be acme (let's ecrypt) or a simple file which could be your cert.
have a look at the official traefik docs, it is quite comprehensive and should cover your case.

https://docs.traefik.io/https/tls/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
note:help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants