Skip to content

Commit 48e2314

Browse files
Merge pull request #137 from loggly/or/log-8202-update-nginx-cert-path
[LOG-8202] Update CA path for nginx script
2 parents 3bba110 + c4714e2 commit 48e2314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modular Scripts/Nginx/configure-nginx.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source configure-linux.sh "being-invoked"
99
#name of the current script
1010
SCRIPT_NAME=configure-nginx.sh
1111
#version of the current script
12-
SCRIPT_VERSION=1.4
12+
SCRIPT_VERSION=1.5
1313

1414
#we have not found the nginx version yet at this point in the script
1515
APP_TAG="\"nginx-version\":\"\""
@@ -229,7 +229,7 @@ write21NginxFileContents() {
229229
\$ActionSendStreamDriverPermittedPeer *.loggly.com
230230
231231
#RsyslogGnuTLS
232-
\$DefaultNetstreamDriverCAFile /etc/rsyslog.d/keys/ca.d/logs-01.loggly.com_sha12.crt
232+
\$DefaultNetstreamDriverCAFile $CA_FILE_PATH
233233
234234
# nginx access file:
235235
\$InputFileName $LOGGLY_NGINX_LOG_HOME/$NGINX_ACCESS_LOG_FILE

0 commit comments

Comments
 (0)