grpc plugin: Unify SSL config options.
[collectd.git] / src / collectd.conf.in
index e1e02a8..15f4c39 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