master
Andy 6 years ago
parent 9759949cd3
commit 78d95534f5
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

@ -36,9 +36,10 @@ 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. > certificate.
> These steps can be automated this way: > These steps can be automated this way:
> Start Traefik with this command: ``sh -c "update-ca-certificates && traefik"`` > Start Traefik with this command:
> while ``/usr/local/share/ca-certificates`` path is a host mounted > ``sh -c "update-ca-certificates && traefik"``
> path with the CA certificate produced by this script. > while ``/usr/local/share/ca-certificates`` container path is mounted from the
> host 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

Loading…
Cancel
Save