mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: delete --keylength parameter passed to acme.client on revoke, the script will auto detect the key path
This commit is contained in:
@@ -828,7 +828,6 @@ function revoke_cert($certObj, $valObj, $acctObj)
|
||||
. "--revoke "
|
||||
. "--domain " . (string)$certObj->name . " "
|
||||
. "--home /var/etc/acme-client/home "
|
||||
. "--keylength 4096 "
|
||||
. "--accountconf " . $account_conf_file . " "
|
||||
. $ecc_param;
|
||||
//echo "DEBUG: executing command: " . $acmecmd . "\n";
|
||||
|
||||
Reference in New Issue
Block a user