From 3deda8f81f92d1f4069b552591aa69ec571ea5e3 Mon Sep 17 00:00:00 2001 From: Jay Rogers <3174134+jaydrogers@users.noreply.github.com> Date: Wed, 27 Aug 2025 12:47:31 -0500 Subject: [PATCH] Add `.test` as an internal-only hostname --- 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 d8a7878a..c4449f3e 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`, `.internal` and `.home.arpa` TLDs) +- are not localhost (including `.localhost`, `.local`, `.internal`, `.test` and `.home.arpa` TLDs) - are not an IP address - have only a single wildcard `*` as the left-most label