diff options
-rw-r--r-- | utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 * |