remove debug print

This commit is contained in:
Seth Schoen 2012-07-13 22:58:00 -07:00
parent 2f21a92e82
commit 3b624c40a7

View file

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