Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently we create an empty CA store, which is not a very useful default. The documentation for [cryto/tls#Config](https://godoc.org/crypto/tls#Config) says: > If RootCAs is nil, TLS uses the host's root CA set. I want to use this with confluent cloud, that is using certificates signed by a proper root CA. So loading the system CAs makes everything work properly just by enabling tls `--tls.enabled`
- Loading branch information