mirror of
https://github.com/opnsense/plugins.git
synced 2025-12-10 10:30:21 -06:00
security/acme-client: style changes
This commit is contained in:
parent
a12012ad37
commit
b9241d6888
@ -43,7 +43,7 @@ class DnsAzure extends Base implements LeValidationInterface
|
||||
$this->acme_env['AZUREDNS_TENANTID'] = (string)$this->config->dns_azuredns_tenantid;
|
||||
$this->acme_env['AZUREDNS_APPID'] = (string)$this->config->dns_azuredns_appid;
|
||||
$this->acme_env['AZUREDNS_CLIENTSECRET'] = (string)$this->config->dns_azuredns_clientsecret;
|
||||
|
||||
|
||||
if ($this->config->dns_azuredns_managedidentity == '1') {
|
||||
$this->acme_env['AZUREDNS_MANAGEDIDENTITY'] = 'true';
|
||||
}
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
/*
|
||||
* Copyright (C) 2020 Frank Wall
|
||||
* Modifications Copyright (C) 2025 Renat Gorbushin
|
||||
* Copyright (C) 2025 Renat Gorbushin
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user