mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Add logger.info message for using default address in tlssni01 auth
This commit is contained in:
parent
c8202dbfb4
commit
34d7f98b63
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ class NginxTlsSni01(common.TLSSNI01):
|
|||
addresses.append(list(vhost.addrs))
|
||||
else:
|
||||
addresses.append([obj.Addr.fromstring(default_addr)])
|
||||
logger.info("Using default address %s for TLSSNI01 authentication.", default_addr)
|
||||
|
||||
# Create challenge certs
|
||||
responses = [self._setup_challenge_cert(x) for x in self.achalls]
|
||||
|
|
|
|||
Loading…
Reference in a new issue