From 06ef4173b30a54f13c78c84eab15e088db6d1ecb Mon Sep 17 00:00:00 2001 From: Aaron Brooks <1496339+aaronbrooks-gh@users.noreply.github.com> Date: Thu, 22 May 2025 10:30:16 +1000 Subject: [PATCH] Add .internal to list of TLDs that will not qualify for public certificates (#474) Co-authored-by: Aaron Brooks --- src/docs/markdown/automatic-https.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/automatic-https.md b/src/docs/markdown/automatic-https.md index a003cd2..d8a7878 100644 --- a/src/docs/markdown/automatic-https.md +++ b/src/docs/markdown/automatic-https.md @@ -117,7 +117,7 @@ All hostnames (domain names) qualify for fully-managed certificates if they: In addition, hostnames qualify for publicly-trusted certificates if they: -- are not localhost (including `.localhost`, `.local` and `.home.arpa` TLDs) +- are not localhost (including `.localhost`, `.local`, `.internal` and `.home.arpa` TLDs) - are not an IP address - have only a single wildcard `*` as the left-most label