mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Initialize addrs_to_add
This commit is contained in:
parent
34217cf36e
commit
88d4a7da55
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class NginxChallengePerformer(common.ChallengePerformer):
|
|||
|
||||
for achall in self.achalls:
|
||||
vhost = self.configurator.choose_vhost(achall.domain, create_if_no_match=True)
|
||||
|
||||
addrs_to_add = None
|
||||
if vhost is not None and vhost.addrs:
|
||||
if ssl:
|
||||
addrs_to_add = vhost.addrs
|
||||
|
|
|
|||
Loading…
Reference in a new issue