This commit is contained in:
Andy 2018-06-30 20:42:43 +02:00
parent 6e04347fbf
commit 28aa68010f
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

View File

@ -32,11 +32,11 @@ self-signed CA.
> Steps 2. and 3. will need to be repeated each time you get a new CA > Steps 2. and 3. will need to be repeated each time you get a new CA
> certificate. Then they can be automated this way: > certificate. Then they can be automated this way:
> - Start Traefik with this command: > Start Traefik with this command: ``sh -c "update-ca-certificates && traefik"``
> ``sh -c "update-ca-certificates && traefik"``
> while ``/usr/local/share/ca-certificates`` path is a host mounted > while ``/usr/local/share/ca-certificates`` path is a host mounted
> path with the CA certificate produced by this script. > path with the CA certificate produced by this script.
> I am using Alpine Traefik image, the correct ca certificates path is > I am using Alpine Traefik image, the correct ca certificates path is
> ``/usr/local/share/ca-certificates/``, otherwise one of these > ``/usr/local/share/ca-certificates/``, otherwise one of these
> https://golang.org/src/crypto/x509/root_linux.go > https://golang.org/src/crypto/x509/root_linux.go