Securing traefik installation
In this article we will see how to configure traefik to use https and configure middlewares for having a quite good security rank on SSLLabs. This is mandatory if you plan to exposes your services on the Internet.
This article directly follows Using traefik for deploying your first service and will use docker-compose file definitions we used back then.
For this article we will need a few things A domain name
Read more...