Log certificate update in syslog etc

Signed-off-by: Florian Aders <eleras@froxlor.org>
This commit is contained in:
Florian Aders
2016-02-03 17:42:00 +01:00
parent 94f34aada6
commit f8ed70c5f2

View File

@@ -86,6 +86,8 @@ while ($certrow = $certificates_stmt->fetch(PDO::FETCH_ASSOC)) {
)
);
$cronlog->logAction(CRON_ACTION, LOG_INFO, "Updated Let's Encrypt certificate for " . $certrow['domain']);
$changedetected = 1;
} catch (Exception $e) {