mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
show all challenges
This commit is contained in:
parent
0d6b85a9b5
commit
9c499c06f3
1 changed files with 3 additions and 0 deletions
|
|
@ -51,3 +51,6 @@ while r.proceed.IsInitialized():
|
|||
k.session = r.session
|
||||
r = decode(do(k))
|
||||
print r
|
||||
|
||||
for chall in r.challenges:
|
||||
print chall
|
||||
|
|
|
|||
Loading…
Reference in a new issue