diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 88d7e3d30..1f04ee173 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -1158,7 +1158,8 @@ def check_config_sanity(args): # Punycode if any("xn--" in d for d in args.domains): raise errors.ConfigurationError("Error: Punycode domains are not supported") - # Check for FQDN + # FQDN, checks: + # Characters used, domain parts < 63 chars, tld > 3 < 6 chars fqdn = re.compile("^((?!-)[A-Za-z0-9-]{1,63}(?