From 9759949cd3813fcd88b1ec7178d901409848e352 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Sat, 30 Jun 2018 21:34:07 +0200 Subject: [PATCH] updates --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ed8259..3e74fcb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ self-signed CA. > will be enabled. > 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. +> These steps 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.