mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03: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())
|
||||
sign(open("key.pem").read(), m)
|
||||
print m
|
||||
assert False
|
||||
r=decode(do(m))
|
||||
print r
|
||||
while r.proceed.IsInitialized():
|
||||
|
||||
Reference in New Issue
Block a user