From 7b27af838898f379a9140ddbcb07313f937c2f69 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 12 Apr 2022 17:40:58 +0000 Subject: [PATCH] log when the certificate was successfully generated --- utils.c | 2 ++ 1 file changed, 2 insertions(+) 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 *