Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LOG-8202] Update CA path for nginx script #137

Merged
merged 2 commits into from May 18, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -9,7 +9,7 @@ source configure-linux.sh "being-invoked"
#name of the current script
SCRIPT_NAME=configure-nginx.sh
#version of the current script
SCRIPT_VERSION=1.4
SCRIPT_VERSION=1.5

#we have not found the nginx version yet at this point in the script
APP_TAG="\"nginx-version\":\"\""
@@ -229,7 +229,7 @@ write21NginxFileContents() {
\$ActionSendStreamDriverPermittedPeer *.loggly.com
#RsyslogGnuTLS
\$DefaultNetstreamDriverCAFile /etc/rsyslog.d/keys/ca.d/logs-01.loggly.com_sha12.crt
\$DefaultNetstreamDriverCAFile $CA_FILE_PATH
# nginx access file:
\$InputFileName $LOGGLY_NGINX_LOG_HOME/$NGINX_ACCESS_LOG_FILE
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.