mirror of
https://github.com/caddyserver/website.git
synced 2025-06-14 10:14:49 -04:00
Add .internal to list of TLDs that will not qualify for public certificates (#474)
Co-authored-by: Aaron Brooks <aaron@zsh.rocks>
This commit is contained in:
parent
5e618b7677
commit
06ef4173b3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
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
|
- are not an IP address
|
||||||
- have only a single wildcard `*` as the left-most label
|
- have only a single wildcard `*` as the left-most label
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue