Accepting self-signed certificate in Java
Self-signed certificate is not necessarily something bad if you can actually validate or trust the source. For example if it’s accessed through a private network link. If you are accessing…
...of musings and ramblings
Self-signed certificate is not necessarily something bad if you can actually validate or trust the source. For example if it’s accessed through a private network link. If you are accessing…
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…
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…