mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: style fixes, refs #1753
This commit is contained in:
@@ -585,8 +585,8 @@ function exportCertificates(array $cert_refids)
|
||||
if (!empty((string)$cert->caref)) {
|
||||
$cert = (array)$cert;
|
||||
$item["ca"] = ca_chain($cert);
|
||||
// combine files to export a fullchain.pem
|
||||
$item["fullchain"] = $item["cert"].$item["ca"];
|
||||
// combine files to export a fullchain.pem
|
||||
$item["fullchain"] = $item["cert"] . $item["ca"];
|
||||
}
|
||||
$result[$refid] = $item;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user