diff --git a/utils.c b/utils.c index 1a9a0e0..f82e6ce 100644 --- a/utils.c +++ b/utils.c @@ -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 *