mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/haproxy: fix missing newline in exported certificate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user