diff --git a/README.md b/README.md index 180f31f..9c85a0d 100644 --- a/README.md +++ b/README.md @@ -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