We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#107 added a basic TLS support to Go logger. However, we don't yet provide any configurable options regarding certificates.
This turns out to be being a hardle for developers who want to set up a encrypted transmission secured by a self-signed cert.
Add a new option TLSCertPath that takes a list of path strings. Load each path as Certificate and make use of them to connect Fluentd.
TLSCertPath
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
#107 added a basic TLS support to Go logger. However, we don't yet provide any
configurable options regarding certificates.
This turns out to be being a hardle for developers who want to set up a encrypted
transmission secured by a self-signed cert.
Solution
Add a new option
TLSCertPath
that takes a list of path strings. Load each pathas Certificate and make use of them to connect Fluentd.
The text was updated successfully, but these errors were encountered: