mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: fix Aliyun DNS API, closes #2200
This commit is contained in:
@@ -15,6 +15,7 @@ Added:
|
||||
|
||||
Fixed:
|
||||
* fix "auto renewal" options not working in certificate and plugin settings (#2178)
|
||||
* fix Aliyun DNS API (#2200)
|
||||
|
||||
2.2
|
||||
|
||||
|
||||
+1
-1
@@ -40,6 +40,6 @@ class DnsAli extends Base implements LeValidationInterface
|
||||
public function prepare()
|
||||
{
|
||||
$this->acme_env['Ali_Key'] = (string)$this->config->dns_ali_key;
|
||||
$this->acme_env['Ali_Secret'] = (string)$this->config->dns_ali_key;
|
||||
$this->acme_env['Ali_Secret'] = (string)$this->config->dns_ali_secret;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user