master
Andy 6 years ago
parent 6e04347fbf
commit 28aa68010f
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

@ -32,10 +32,10 @@ self-signed 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:
> - Start Traefik with this command:
> ``sh -c "update-ca-certificates && traefik"``
> while ``/usr/local/share/ca-certificates`` path is a host mounted
> path with the CA certificate produced by this script.
> Start Traefik with this command: ``sh -c "update-ca-certificates && traefik"``
> while ``/usr/local/share/ca-certificates`` path is a host mounted
> path with the CA certificate produced by this script.
> I am using Alpine Traefik image, the correct ca certificates path is
> ``/usr/local/share/ca-certificates/``, otherwise one of these

Loading…
Cancel
Save