From 132e4a38b8cb234f4992fe3078ad056c5f523d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 28 Oct 2020 23:51:52 +0100 Subject: [PATCH] kike: document the "operators" setting usefully Now our user just needs to be able to guess that it's a hex string. --- kike.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kike.c b/kike.c index 1e344a8..9ec2e63 100644 --- a/kike.c +++ b/kike.c @@ -47,7 +47,7 @@ static struct simple_config_item g_config_table[] = { "tls_key", NULL, "Server TLS private key (PEM)" }, { "tls_ciphers", DEFAULT_CIPHERS, "OpenSSL cipher list" }, - { "operators", NULL, "IRCop TLS cert. fingerprints" }, + { "operators", NULL, "IRCop TLS client cert. SHA-1 fingerprints" }, { "max_connections", "0", "Global connection limit" }, { "ping_interval", "180", "Interval between PINGs (sec)" },