jtreminio / dashtainer

MIT License
50 stars 3 forks source link

SSL support? #6

Closed simshaun closed 6 years ago

simshaun commented 6 years ago

Is SSL support (even if only with self-signed certs) planned?

jtreminio commented 6 years ago

So dashtainer uses Traefik as the proxy. On dev it won't do anything special, but for production purposes it automatically fetches a Let's Encrypt SSL cert for all your domains.

Once I finish writing unit tests and adding some more (imo) missing features (ruby/python/node), I'll start working on production configs.

simshaun commented 6 years ago

Gotcha. I was looking for a self-signed SSL cert for dev so I wrote a shell script to generate one and modified the Traefik config to use it. Seems to be working.

Thank you! Dashtainer made it really easy to get started.