Replace rid, rid2 with SELFHOSTDNS_MAP export

Replace rid, rid2 with SELFHOSTDNS_MAP export, required for the actual acme.sh master.
This commit is contained in:
Marvo2011
2022-09-12 09:30:10 +02:00
committed by GitHub
parent 3da1edcd51
commit 89e3cfc888
@@ -41,7 +41,6 @@ class DnsSelfhost extends Base implements LeValidationInterface
{
$this->acme_env['SELFHOSTDNS_USERNAME'] = (string)$this->config->dns_selfhost_user;
$this->acme_env['SELFHOSTDNS_PASSWORD'] = (string)$this->config->dns_selfhost_password;
$this->acme_env['SELFHOSTDNS_RID'] = (string)$this->config->dns_selfhost_rid;
$this->acme_env['SELFHOSTDNS_RID2'] = (string)$this->config->dns_selfhost_rid2;
$this->acme_env['SELFHOSTDNS_MAP'] = (string)$this->config->dns_selfhost_map;
}
}