Project

General

Profile

Actions

Bug #10218

closed

Telegraf: Error creating the telegraf.ca file when you have more then one CA in pfSense

Added by Grimson Gretzleburg over 4 years ago. Updated about 4 years ago.

Status:
Resolved
Priority:
Normal
Category:
Telegraf
Target version:
-
Start date:
01/28/2020
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Affected Version:
2.4.5
Affected Plus Version:
Affected Architecture:
All

Description

I'm running the 2.4.5-RC with Telegraf package 0.9_1 and found that Telegraf wouldn't start when I have more then one CA in pfSense.
After checking the created telegraf.ca I found that there is a missing newline after the first certificate, so it looked like this:

-----END CERTIFICATE----------BEGIN CERTIFICATE-----

which is invalid.

The fix is quite simple, look at line 67 in telegraf.inc and change it from

$ca_pem .= base64_decode($ca['crt']);

to

$ca_pem .= base64_decode($ca['crt'])."\n";

Actions

Also available in: Atom PDF