mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: fix missing "--ecc" parameter, closes #2223
This commit is contained in:
@@ -8,6 +8,11 @@ WWW: https://github.com/acmesh-official/acme.sh
|
||||
Plugin Changelog
|
||||
================
|
||||
|
||||
2.4
|
||||
|
||||
Fixed:
|
||||
* fix missing "--ecc" parameter when renewing ECC certs (#2223)
|
||||
|
||||
2.3
|
||||
|
||||
Added:
|
||||
|
||||
+1
-1
@@ -137,7 +137,7 @@ abstract class Base extends \OPNsense\AcmeClient\LeCommon
|
||||
if ($this->cert_keylength == 'ec256' || $this->cert_keylength == 'ec384') {
|
||||
if ($renew == true) {
|
||||
// If it's a renew then pass --ecc to acme client to locate the correct cert directory
|
||||
$acme_args[] = '--ecc';
|
||||
$this->acme_args[] = '--ecc';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user