bug fix: file name

This commit is contained in:
usmannasir 2025-04-27 16:04:23 +05:00
parent 031a8e7851
commit cceb78f680
1 changed files with 1 additions and 0 deletions

View File

@ -927,6 +927,7 @@ class CustomACME:
encryption_algorithm=serialization.NoEncryption()
))
logging.CyberCPLogFileWriter.writeToFile('Successfully completed certificate issuance')
return True
except Exception as e: