Migrating to Traefik 2.0: WordPress Deployment and configuring multiple SSL certificates
So I think I have managed to move my WP Traefik deployment from v1.7 to v2.0, so I should be save if they decide to retire the 1.7 docker image…
...of musings and ramblings
So I think I have managed to move my WP Traefik deployment from v1.7 to v2.0, so I should be save if they decide to retire the 1.7 docker image…
You’ll need: Private Key, created when we generate the Certificate Signing Request (CSR) file, we’ll name it private.key Your CA signed SSL certificate, in X.509 format, named yourssl.crt Intermediate Certificate…
Certainly the kind of deployment explained on my previous article does not suit certain type of deployment. While Let’s Encrypt makes it easier for anybody who own a domain to…
Update September 22nd 2019: It seems that traefik has recently updated their docker registry, in such that when you do pull request will get you traefik version 2.0 by default…