aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-28 23:51:52 +0100
committerPřemysl Eric Janouch <p@janouch.name>2020-10-28 23:53:03 +0100
commit132e4a38b8cb234f4992fe3078ad056c5f523d3e (patch)
treea0cb49b18d9270b13a93dc90c771e02f35fd26e0
parent8429995cb6eb64649b6fdfa2e6332f1345fb77a9 (diff)
downloadxK-132e4a38b8cb234f4992fe3078ad056c5f523d3e.tar.gz
xK-132e4a38b8cb234f4992fe3078ad056c5f523d3e.tar.xz
xK-132e4a38b8cb234f4992fe3078ad056c5f523d3e.zip
kike: document the "operators" setting usefully
Now our user just needs to be able to guess that it's a hex string.
-rw-r--r--kike.c2
1 files changed, 1 insertions, 1 deletions
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)" },