mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
print the correct object for testing
This commit is contained in:
parent
c2567863ef
commit
afc0c20161
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ class NginxTlsSni01(common.TLSSNI01):
|
|||
with open(self.challenge_conf, "w") as new_conf:
|
||||
nginxparser.dump(config, new_conf)
|
||||
|
||||
logger.debug("Generated challenge conf:\n%s", str(new_conf))
|
||||
logger.debug("Generated challenge conf:\n%s", str(config))
|
||||
|
||||
def _make_server_block(self, achall, addrs):
|
||||
"""Creates a server block for a challenge.
|
||||
|
|
|
|||
Loading…
Reference in a new issue