From e41ecc66a83803e3d453c39ddc384836dbf0e9ff Mon Sep 17 00:00:00 2001 From: Omar Khalil Date: Sun, 13 May 2018 23:56:56 +0200 Subject: [PATCH] security/acme-client: delete --keylength parameter passed to acme.client on revoke, the script will auto detect the key path --- .../src/opnsense/scripts/OPNsense/AcmeClient/certhelper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/security/acme-client/src/opnsense/scripts/OPNsense/AcmeClient/certhelper.php b/security/acme-client/src/opnsense/scripts/OPNsense/AcmeClient/certhelper.php index 3c88259c5..12fc62ef4 100755 --- a/security/acme-client/src/opnsense/scripts/OPNsense/AcmeClient/certhelper.php +++ b/security/acme-client/src/opnsense/scripts/OPNsense/AcmeClient/certhelper.php @@ -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";