mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04: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:
parent
784badb552
commit
e41ecc66a8
1 changed files with 0 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue