1
0
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:
Seth Schoen
2012-07-14 14:42:07 -07:00
parent 064148df29
commit ecfc275a1e

View File

@@ -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():