mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: style changes
This commit is contained in:
+1
-1
@@ -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';
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user