mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Merge pull request #2130 from chrissyn/master
security/acme-client: fix challenge alias mode
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user