This commit is contained in:
Usman Nasir
2021-09-13 14:55:25 +05:00
parent a270abd1b1
commit b346613eba

View File

@@ -917,6 +917,9 @@ class virtualHostUtilities:
cmd = shlex.split(command) cmd = shlex.split(command)
subprocess.call(cmd, stdout=FNULL, stderr=subprocess.STDOUT) subprocess.call(cmd, stdout=FNULL, stderr=subprocess.STDOUT)
command = 'chmod 600 %s' % (pathToStoreSSLPrivKey)
ProcessUtilities.normalExecutioner(command)
print("1,None") print("1,None")
except BaseException as msg: except BaseException as msg: