mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-25 08:07:36 -04:00
security/acme-client: style fixes, refs #1753
This commit is contained in:
parent
1ec759b76a
commit
05a4ff8a0c
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue