Skip to content

Commit d7c59dc

Browse files
author
ondrejrozsypal
committed
update DefaultNetstreamDriverCAFile path as CA_FILE_PATH defined in configure-linux.sh
1 parent bd58a96 commit d7c59dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modular Scripts/File Monitoring/configure-file-monitoring.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ write21ConfFileContents() {
405405
\$ActionSendStreamDriverPermittedPeer *.loggly.com
406406
407407
#RsyslogGnuTLS
408-
\$DefaultNetstreamDriverCAFile /etc/rsyslog.d/keys/ca.d/logs-01.loggly.com_sha12.crt
408+
\$DefaultNetstreamDriverCAFile $CA_FILE_PATH
409409
410410
# File access file:
411411
\$InputFileName $FILE_TO_MONITOR
@@ -445,7 +445,7 @@ write21ConfFileContents() {
445445
module(load=\"imfile\")
446446
447447
#RsyslogGnuTLS
448-
\$DefaultNetstreamDriverCAFile /etc/rsyslog.d/keys/ca.d/logs-01.loggly.com_sha12.crt
448+
\$DefaultNetstreamDriverCAFile $CA_FILE_PATH
449449
450450
# Input for FILE1
451451
input(type=\"imfile\" tag=\"$LOGGLY_FILE_TO_MONITOR_ALIAS\" ruleset=\"filelog\" file=\"$FILE_TO_MONITOR\") #wildcard is allowed at file level only

0 commit comments

Comments
 (0)