This commit is contained in:
istiak101 2021-09-29 00:34:37 +06:00 committed by GitHub
parent 7852851536
commit 10b15ebd8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ def issueSSLForDomain(domain, adminEmail, sslpath, aliasDomain = None):
if sslUtilities.installSSLForDomain(domain) == 1:
logging.CyberCPLogFileWriter.writeToFile("Self signed SSL issued for " + domain + ".")
return [1, "None"]
return [0, "Self signed certificate was issued. [issueSSLForDomain]"]
else:
return [0, "210 Failed to install SSL for domain. [issueSSLForDomain]"]