From fce762febf2bb113a4486ed6db2d322c26676da0 Mon Sep 17 00:00:00 2001 From: Brandon McNama Date: Mon, 1 Apr 2019 11:42:04 -0400 Subject: [PATCH] Update Wildcard Domain documentation --- docs/content/https-tls/acme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/content/https-tls/acme.md b/docs/content/https-tls/acme.md index aa3640a17..8a2c08023 100644 --- a/docs/content/https-tls/acme.md +++ b/docs/content/https-tls/acme.md @@ -217,9 +217,6 @@ As described in [Let's Encrypt's post](https://community.letsencrypt.org/t/stagi !!! note "Double Wildcard Certificates" It is not possible to request a double wildcard certificate for a domain (for example `*.*.local.com`). -Due to an ACME limitation it is not possible to define wildcards in SANs (alternative domains). -Thus, the wildcard domain has to be defined as a main domain. - Most likely the root domain should receive a certificate too, so it needs to be specified as SAN and 2 `DNS-01` challenges are executed. In this case the generated DNS TXT record for both domains is the same. Even though this behavior is [DNS RFC](https://community.letsencrypt.org/t/wildcard-issuance-two-txt-records-for-the-same-name/54528/2) compliant,