You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# being FQDNs) because hope springs eternal on this point
323
323
try:
324
324
socket.inet_aton(domain)
325
-
raiseerrors.ConfigurationError("Requested name {0} is an IP address. The Let's Encrypt certificate authority will not issue certificates for a bare IP address.".format(domain))
325
+
raiseerrors.ConfigurationError(
326
+
"Requested name {0} is an IP address. The Let's Encrypt "
327
+
"certificate authority will not issue certificates for a "
0 commit comments