diff --git a/docs/content/https/acme.md b/docs/content/https/acme.md index 79b7e9698..5d8039ebd 100644 --- a/docs/content/https/acme.md +++ b/docs/content/https/acme.md @@ -23,6 +23,8 @@ Certificates are requested for domain names retrieved from the router's [dynamic You can read more about this retrieval mechanism in the following section: [ACME Domain Definition](#domain-definition). +!!! warning "Defining an [ACME challenge type](#the-different-acme-challenges) is a requirement for a certificate resolver to be functional." + !!! important "Defining a certificates resolver does not result in all routers automatically using it. Each router that is supposed to use the resolver must [reference](../routing/routers/index.md#certresolver) it." ??? note "Configuration Reference" @@ -158,6 +160,8 @@ When using LetsEncrypt with kubernetes, there are some known caveats with both t ## The Different ACME Challenges +!!! warning "Defining one ACME challenge is a requirement for a certificate resolver to be functional." + !!! important "Defining a certificates resolver does not result in all routers automatically using it. Each router that is supposed to use the resolver must [reference](../routing/routers/index.md#certresolver) it." ### `tlsChallenge`