mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
output the name that we're doing the test for
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ def testchallenge(session):
|
||||
if not satisfied and not failed:
|
||||
if debug: print "challenge", challenge, "is not satisfied and not failed"
|
||||
if challtype == 0: # DomainValidateSNI
|
||||
if debug: print "\tbeginning dvsni test"
|
||||
if debug: print "\tbeginning dvsni test to %s" % name
|
||||
dvsni_nonce = r.hget(challenge, "dvsni:nonce")
|
||||
dvsni_r = r.hget(challenge, "dvsni:r")
|
||||
dvsni_ext = r.hget(challenge, "dvsni:ext")
|
||||
|
||||
Reference in New Issue
Block a user