forked from stove/risotto
Compare commits
No commits in common. "c8430f440e7b99002024fcabe59a7cbf90888c76" and "c37b096838fb3a673f18dd5b04e30cf5c2c7d456" have entirely different histories.
c8430f440e
...
c37b096838
1 changed files with 0 additions and 2 deletions
|
|
@ -90,8 +90,6 @@ def _gen_cert(is_ca,
|
||||||
|
|
||||||
with open(cert_file, "wt") as f:
|
with open(cert_file, "wt") as f:
|
||||||
f.write(dump_certificate(FILETYPE_PEM, cert).decode("utf-8"))
|
f.write(dump_certificate(FILETYPE_PEM, cert).decode("utf-8"))
|
||||||
if not is_ca:
|
|
||||||
f.write(dump_certificate(FILETYPE_PEM, ca_cert).decode("utf-8"))
|
|
||||||
with open(key_file, "wt") as f:
|
with open(key_file, "wt") as f:
|
||||||
f.write(dump_privatekey(FILETYPE_PEM, key).decode("utf-8"))
|
f.write(dump_privatekey(FILETYPE_PEM, key).decode("utf-8"))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue