mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: fix log file location, closes #2227
This commit is contained in:
@@ -12,6 +12,7 @@ Plugin Changelog
|
||||
|
||||
Fixed:
|
||||
* fix missing "--ecc" parameter when renewing ECC certs (#2223)
|
||||
* fix log file location (#2227)
|
||||
|
||||
2.3
|
||||
|
||||
|
||||
@@ -123,6 +123,8 @@ abstract class LeCommon
|
||||
// Store config objects
|
||||
$this->config = $obj;
|
||||
$this->model = $model;
|
||||
// Set log file
|
||||
$this->acme_args[] = LeUtils::execSafe('--log %s', self::ACME_LOG_FILE);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user