mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
continue with request after displaying it :-)
This commit is contained in:
@@ -51,7 +51,6 @@ init(m)
|
|||||||
make_request(m, csr=open("req.pem").read())
|
make_request(m, csr=open("req.pem").read())
|
||||||
sign(open("key.pem").read(), m)
|
sign(open("key.pem").read(), m)
|
||||||
print m
|
print m
|
||||||
assert False
|
|
||||||
r=decode(do(m))
|
r=decode(do(m))
|
||||||
print r
|
print r
|
||||||
while r.proceed.IsInitialized():
|
while r.proceed.IsInitialized():
|
||||||
|
|||||||
Reference in New Issue
Block a user