From c6557cb8950f50a41a1decfb34439b060e2fd371 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 7 May 2016 02:34:25 +0200 Subject: [PATCH] collectd.conf(5): Briefly document grpc's SSL options. --- src/collectd.conf.pod | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 32bb3261..3f3dc9e3 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2515,6 +2515,26 @@ specified, it defaults to B<0.0.0.0:50051>. The argument I may be a hostname, an IPv4 address, or an IPv6 address. +Optionally, B may be specified as a configuration block which +supports the following options: + +=over 4 + +=item B I|I + +Whether to enable SSL for incoming connections. Default: false. + +=item B I + +=item B I + +=item B I + +Filenames specifying SSL certificate and key material to be used with SSL +connections. + +=back + =item B I Number of threads to start for handling incoming connections. The default -- 2.11.0