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
Next

add CA_path var with defsault value

  • Loading branch information
ondrejrozsypal committed Apr 20, 2020
commit 1cf0e7a125156684bd4bc29526ce95a5dd1e4384
@@ -47,6 +47,8 @@ EXISTING_SYSLOG_PORT=
HOST_NAME=
#this variable will hold the name of the linux distribution
LINUX_DIST=
#this variable will hold the path to public root certificates
CA_PATH="/etc/ssl/certs/ca-certificates.crt"
This conversation was marked as resolved by ondrejrozsypal

This comment has been minimized.

@Ljancek

Ljancek Apr 22, 2020
Contributor

Suggested change
CA_PATH="/etc/ssl/certs/ca-certificates.crt"
CA_FILE_PATH="/etc/ssl/certs/ca-certificates.crt"

#host name for logs-01.loggly.com
LOGS_01_HOST=logs-01.loggly.com
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.