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:
Omar Khalil 2018-05-13 23:56:56 +02:00
parent 784badb552
commit e41ecc66a8

View file

@ -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";