mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
security/acme-client: sync with master
This commit is contained in:
parent
847b7f6a06
commit
c5ac91f367
1 changed files with 8 additions and 8 deletions
|
|
@ -35,11 +35,11 @@
|
|||
* RegRu DNS API
|
||||
* @package OPNsense\AcmeClient
|
||||
*/
|
||||
class DnsRegru extends Base implements LeValidationInterface
|
||||
{
|
||||
public function prepare()
|
||||
{
|
||||
$this->acme_env['REGRU_API_Username'] = (string)$this->config->dns_regru_username;
|
||||
$this->acme_env['REGRU_API_Password'] = (string)$this->config->dns_regru_password;
|
||||
}
|
||||
}
|
||||
class DnsRegru extends Base implements LeValidationInterface
|
||||
{
|
||||
public function prepare()
|
||||
{
|
||||
$this->acme_env['REGRU_API_Username'] = (string)$this->config->dns_regru_username;
|
||||
$this->acme_env['REGRU_API_Password'] = (string)$this->config->dns_regru_password;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue