mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: style update
This commit is contained in:
@@ -805,7 +805,6 @@ function run_acme_validation($certObj, $valObj, $acctObj)
|
||||
$key_length = substr($key_length, 4);
|
||||
|
||||
if ($key_length == 'ec256' || $key_length == 'ec384') {
|
||||
|
||||
if ($acme_action == "renew") {
|
||||
// if it's renew then pass --ecc to acme client to locate the correct cert directory
|
||||
$acme_args[] = "--ecc";
|
||||
|
||||
Reference in New Issue
Block a user