mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
--dvsni-port -> --tls-sni-01-port
This commit is contained in:
@@ -37,10 +37,10 @@ class NamespaceConfig(object):
|
||||
def __init__(self, namespace):
|
||||
self.namespace = namespace
|
||||
|
||||
if self.http01_port == self.dvsni_port:
|
||||
if self.http01_port == self.tls_sni_01_port:
|
||||
raise errors.Error(
|
||||
"Trying to run http-01 and DVSNI "
|
||||
"on the same port ({0})".format(self.dvsni_port))
|
||||
"Trying to run http-01 and tls-sni-01 "
|
||||
"on the same port ({0})".format(self.tls_sni_01_port))
|
||||
|
||||
def __getattr__(self, name):
|
||||
return getattr(self.namespace, name)
|
||||
|
||||
Reference in New Issue
Block a user