security/acme-client: style update

This commit is contained in:
Franco Fichtner
2018-09-25 08:04:23 +02:00
parent c077f65cfc
commit 878c2084a9
@@ -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";