From 8bca8236db92083e0161b0916677480c1561bd33 Mon Sep 17 00:00:00 2001 From: Amin Cheloh Date: Wed, 30 May 2018 09:16:03 +0700 Subject: [PATCH] Update acme.md --- docs/configuration/acme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/configuration/acme.md b/docs/configuration/acme.md index 95f69b77f..936ed773c 100644 --- a/docs/configuration/acme.md +++ b/docs/configuration/acme.md @@ -140,8 +140,7 @@ entryPoint = "https" These are Let's Encrypt limitations as described on the [community forum](https://community.letsencrypt.org/t/support-for-ports-other-than-80-and-443/3419/72). !!! note - Wildcard certificates can be generated only if `acme.dnsChallenge` -option is enable. + Wildcard certificates can only be generated if the `acme.dnsChallenge` option is enabled. ### Let's Encrypt downtime @@ -553,4 +552,4 @@ For example : if `acme.storage` value is `/etc/traefik/acme/acme.json`, the back !!! note When Træfik is launched in a container, do not forget to create a volume of the parent folder to get the backup file on the host. - Otherwise, the backup file will be deleted when the container will be stopped and Træfik will not generate it again. \ No newline at end of file + Otherwise, the backup file will be permanently deleted when the container is stopped, and Træfik will not be able to generate it again.