mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
net/haproxy: fix missing newline in exported certificate
This commit is contained in:
parent
2974fb9d6c
commit
b0da3b2816
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ foreach ($configNodes as $key => $value) {
|
|||
if (!empty((string)$cert->caref)) {
|
||||
$cert = (array)$cert;
|
||||
$ca = ca_chain($cert);
|
||||
$pem_content .= $ca;
|
||||
$pem_content .= "\n" . $ca;
|
||||
}
|
||||
}
|
||||
// generate pem file
|
||||
|
|
|
|||
Loading…
Reference in a new issue