Update LeCertificate.php

fixes #2128
This commit is contained in:
chrissyn
2020-12-05 19:06:02 +01:00
committed by GitHub
parent 19c74251e0
commit a3ce3c356c
@@ -637,7 +637,7 @@ class LeCertificate extends LeCommon
}
// Configure validation object
$val->setNames($this->config->name, $this->config->altNames);
$val->setNames($this->config->name, $this->config->altNames, $this->config->aliasmode, $this->config->domainalias, $this->config->challengealias);
$val->setRenewal((int)$this->config->renewInterval);
$val->setForce($this->force);
// strip prefix from key value