mirror of
https://github.com/certbot/certbot.git
synced 2026-03-27 12:53:05 -04:00
continue with request after displaying it :-)
This commit is contained in:
parent
064148df29
commit
ecfc275a1e
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ init(m)
|
|||
make_request(m, csr=open("req.pem").read())
|
||||
sign(open("key.pem").read(), m)
|
||||
print m
|
||||
assert False
|
||||
r=decode(do(m))
|
||||
print r
|
||||
while r.proceed.IsInitialized():
|
||||
|
|
|
|||
Loading…
Reference in a new issue