mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: write import events to system log, refs #256
This commit is contained in:
@@ -982,6 +982,7 @@ function import_certificate($certObj, $modelObj)
|
||||
// Write changes to config
|
||||
// TODO: Legacy code, should be replaced with code from OPNsense framework
|
||||
write_config("${import_log_message} Let's Encrypt SSL certificate: ${cert_cn}");
|
||||
log_error("AcmeClient: ${import_log_message} Let's Encrypt SSL certificate: ${cert_cn}");
|
||||
|
||||
// Update (acme) certificate object (through MVC framework)
|
||||
$uuid = $certObj->attributes()->uuid;
|
||||
|
||||
Reference in New Issue
Block a user