1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Fixed wording

This commit is contained in:
Joona Hoikkala
2015-12-08 21:28:23 +02:00
parent 006edfdbd1
commit 05723cbb4a

View File

@@ -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(