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

update CA_path comment

  • Loading branch information
ondrejrozsypal committed Apr 21, 2020
commit 7173fdcd9105765c7505c2f142d9643c4137fa84
@@ -47,7 +47,7 @@ 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
#this variable will hold the path to CA bundle
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
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.