security/acme-client: style changes

This commit is contained in:
Franco Fichtner 2025-12-01 07:59:07 +01:00
parent a12012ad37
commit b9241d6888
2 changed files with 2 additions and 2 deletions

View File

@ -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';
}

View File

@ -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