From e28d9426b9e2ce6d4aaebbbf706d2706e8d3a76f Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Fri, 15 Nov 2019 10:08:05 +0100 Subject: [PATCH] doc: fix wrong acme information --- docs/content/routing/routers/index.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/content/routing/routers/index.md b/docs/content/routing/routers/index.md index de2fae0d9..773b71d16 100644 --- a/docs/content/routing/routers/index.md +++ b/docs/content/routing/routers/index.md @@ -419,10 +419,6 @@ Traefik will terminate the SSL connections (meaning that it will send decrypted tls: {} ``` -!!! info "HTTPS & ACME" - - In the current version, with [ACME](../../https/acme.md) enabled, automatic certificate generation will apply to every router declaring a TLS section. - !!! important "Routers for HTTP & HTTPS" If you need to define the same route for both HTTP and HTTPS requests, you will need to define two different routers: @@ -846,10 +842,6 @@ Services are the target for the router. passthrough: true ``` -!!! info "TLS & ACME" - - In the current version, with [ACME](../../https/acme.md) enabled, automatic certificate generation will apply to every router declaring a TLS section. - #### `options` The `options` field enables fine-grained control of the TLS parameters.