pull/3/head
Ed Rantanen 2016-06-03 19:23:42 -04:00
parent 519f9d0b56
commit 149f7a1f88
2 changed files with 2 additions and 2 deletions

2
csrgen3.5.py Normal file → Executable file
View File

@ -110,7 +110,7 @@ def generateFiles(mkFile, request):
f.close()
# print test
print(crypto.dump_certificate_request(crypto.FILETYPE_PEM, request))
#print(crypto.dump_certificate_request(crypto.FILETYPE_PEM, request))
elif mkFile == 'host.key':
f = open(mkFile, "wb")