mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
remove debug print
This commit is contained in:
parent
2f21a92e82
commit
3b624c40a7
1 changed files with 0 additions and 1 deletions
|
|
@ -239,7 +239,6 @@ nsComment = "Chocolatey"
|
|||
san_line += ",".join("DNS:%s" % n for n in subjects[1:]) + "\n"
|
||||
ext_tmp.write(san_line)
|
||||
ext_tmp.flush()
|
||||
print ["./CA.sh", "-complete", dn, ext_tmp.name, csr_tmp.name, cert_tmp.name]
|
||||
ret = subprocess.Popen(["./CA.sh", "-complete", dn, ext_tmp.name, csr_tmp.name, cert_tmp.name],shell=False,stdin=subprocess.PIPE,stdout=subprocess.PIPE,stderr=subprocess.PIPE).wait()
|
||||
if ret == 0:
|
||||
cert = cert_tmp.read()
|
||||
|
|
|
|||
Loading…
Reference in a new issue