mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:15:42 +02:00
Check configuration sanity for domain flag
This commit is contained in:
@@ -94,3 +94,6 @@ class StandaloneBindError(Error):
|
||||
"Problem binding to port {0}: {1}".format(port, socket_error))
|
||||
self.socket_error = socket_error
|
||||
self.port = port
|
||||
|
||||
class ConfigurationError(Error):
|
||||
"""Configuration sanity error."""
|
||||
|
||||
Reference in New Issue
Block a user