security/acme-client: fix log file location, closes #2227

This commit is contained in:
Frank Wall
2021-02-12 23:01:32 +01:00
parent 4593ef3f9f
commit 3a029db400
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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;
}