Code

grpc plugin: Unify SSL config options.
[collectd.git] / src / collectd.conf.in
index e1e02a8a59f7643c697dcc3050747e7329e93383..15f4c3954e0213268d195d48e101b0bb2a4498b6 100644 (file)
 #<Plugin grpc>
 #      <Server "example.com" "50051">
 #              EnableSSL true
-#              SSLRootCerts "/path/to/root.pem"
-#              SSLServerCert "/path/to/server.pem"
-#              SSLServerKey "/path/to/server.key"
+#              SSLCACertificateFile "/path/to/root.pem"
+#              SSLCertificateFile "/path/to/server.pem"
+#              SSLCertificateKeyFile "/path/to/server.key"
 #      </Server>
 #      <Listen "0.0.0.0" "50051">
 #              EnableSSL true