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

Make TLS root CA loading more extensible #17

Open
shadowbq opened this issue Nov 26, 2018 · 1 comment
Open

Make TLS root CA loading more extensible #17

shadowbq opened this issue Nov 26, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@shadowbq
Copy link
Owner

In config.go there is hardcoded papertrail CA loading

We should be able to point at a root CA file instead in the config or flag options

	// Make this more extensible
	// add the papertrail root CA if necessary
	if c.Destination.Protocol == "tls" && c.Destination.Host == "logs.papertrailapp.com" {
		c.RootCAs = papertrail.RootCA()
	}
@shadowbq
Copy link
Owner Author

More reasons why this becomes a bad idea.. vedarthk@e87f17e

@shadowbq shadowbq added this to the Myrmicinae - 2.0 milestone Dec 18, 2018
@shadowbq shadowbq added the enhancement New feature or request label Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant