log when the certificate was successfully generated

This commit is contained in:
Omar Polo 2022-04-12 17:40:58 +00:00
parent 2962200607
commit 7b27af8388
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,8 @@ gen_certificate(const char *hostname, const char *certpath, const char *keypath)
BN_free(e);
X509_free(x509);
RSA_free(rsa);
log_notice(NULL, "certificate successfully generated");
}
X509_STORE *