From: Sebastian Harl Date: Sat, 7 May 2016 00:26:39 +0000 (+0200) Subject: collectd.conf: Update grpc sample configuration. X-Git-Tag: collectd-5.6.0~246^2~6 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=9dd02b215d4cdb8630388f8d19e39766493ec6ff;p=collectd.git collectd.conf: Update grpc sample configuration. --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 187a9a9e..0b0370e1 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -559,7 +559,12 @@ # # WorkerThreads 5 -# Listen "0.0.0.0" "50051" +# +# EnableSSL true +# SSLRootCerts "/path/to/root.pem" +# SSLServerCert "/path/to/server.pem" +# SSLServerKey "/path/to/server.key" +# # #