fix docstring

This commit is contained in:
Noah Swartz 2015-12-01 10:46:13 -08:00
parent ee7e3d92d9
commit ab32e2fd26

View file

@ -110,7 +110,7 @@ class ApacheTlsSni01(common.TLSSNI01):
return addrs
def _get_addrs(self, achall):
"""Return the Apache addresses needed for DVSNI."""
"""Return the Apache addresses needed for TLS-SNI-01."""
vhost = self.configurator.choose_vhost(achall.domain, temp=True)
# TODO: Checkout _default_ rules.
addrs = set()