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-8159] Use CA file with public root certificates #132

Merged
merged 13 commits into from Apr 27, 2020

change lg cert path to os truststore ca bundle

  • Loading branch information
ondrejrozsypal committed Apr 20, 2020
commit 000c9c21ecc91b23265f19d491c05509cdcad13b
@@ -526,7 +526,7 @@ confString() {
\$ActionResumeRetryCount -1 # infinite retries if host is down
#RsyslogGnuTLS
\$DefaultNetstreamDriverCAFile /etc/rsyslog.d/keys/ca.d/logs-01.loggly.com_sha12.crt
\$DefaultNetstreamDriverCAFile $CA_PATH
This conversation was marked as resolved by ondrejrozsypal

This comment has been minimized.

@Ljancek

Ljancek Apr 22, 2020
Contributor

Suggested change
\$DefaultNetstreamDriverCAFile $CA_PATH
\$DefaultNetstreamDriverCAFile $CA_FILE_PATH
\$ActionSendStreamDriver gtls
\$ActionSendStreamDriverMode 1
\$ActionSendStreamDriverAuthMode x509/name
@@ -548,7 +548,7 @@ confString() {
\$ActionResumeRetryCount -1 # infinite retries if host is down
#RsyslogGnuTLS
\$DefaultNetstreamDriverCAFile /etc/rsyslog.d/keys/ca.d/logs-01.loggly.com_sha12.crt
\$DefaultNetstreamDriverCAFile $CA_PATH
This conversation was marked as resolved by ondrejrozsypal

This comment has been minimized.

@Ljancek

Ljancek Apr 22, 2020
Contributor

Suggested change
\$DefaultNetstreamDriverCAFile $CA_PATH
\$DefaultNetstreamDriverCAFile $CA_FILE_PATH
template(name=\"LogglyFormat\" type=\"string\"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.