mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
fix docstring
This commit is contained in:
parent
ee7e3d92d9
commit
ab32e2fd26
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue