X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=f68981169f5390bb4808c96a8dcad60bfc7af55a;hb=ed985cb9d3d89aec3490b17e0fda3ee97908f935;hp=7a3818dc4d471d218fd78fdfeecdc9721ea2b80a;hpb=023092323ca617c8ff95b1efd4a055c29b1aaa3b;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 7a3818dc..f6898116 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -575,11 +575,17 @@ # # +# +# EnableSSL true +# SSLCACertificateFile "/path/to/root.pem" +# SSLCertificateFile "/path/to/server.pem" +# SSLCertificateKeyFile "/path/to/server.key" +# # # 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/client.pem" +# SSLCertificateKeyFile "/path/to/client.key" # #