clean-up
parent
519f9d0b56
commit
149f7a1f88
|
@ -110,7 +110,7 @@ def generateFiles(mkFile, request):
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
# print test
|
# print test
|
||||||
print(crypto.dump_certificate_request(crypto.FILETYPE_PEM, request))
|
#print(crypto.dump_certificate_request(crypto.FILETYPE_PEM, request))
|
||||||
|
|
||||||
elif mkFile == 'host.key':
|
elif mkFile == 'host.key':
|
||||||
f = open(mkFile, "wb")
|
f = open(mkFile, "wb")
|
||||||
|
|
Loading…
Reference in New Issue