mirror of
https://github.com/certbot/certbot.git
synced 2026-03-23 10:53:11 -04:00
Fixed wording
This commit is contained in:
parent
006edfdbd1
commit
05723cbb4a
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ def check_domain_sanity(domain):
|
|||
# Check if there's a wildcard domain
|
||||
if domain.startswith("*."):
|
||||
raise errors.ConfigurationError(
|
||||
"Wildcard domains are not presently supported")
|
||||
"Wildcard domains are not supported")
|
||||
# Punycode
|
||||
if "xn--" in domain:
|
||||
raise errors.ConfigurationError(
|
||||
|
|
|
|||
Loading…
Reference in a new issue