From 3cc262f00662c528b866fcec4b019b75d2309b29 Mon Sep 17 00:00:00 2001 From: Aaron Jones Date: Sat, 4 Nov 2017 07:40:44 +0000 Subject: [PATCH] doc/reference.conf: clarify that server link fingerprints aren't optional [ci skip] --- doc/reference.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/reference.conf b/doc/reference.conf index 91ce2ed6..c174abee 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -548,9 +548,9 @@ connect "irc.uplink.com" { send_password = "password"; accept_password = "anotherpassword"; - /* fingerprint: if specified, the server's client certificate - * fingerprint will be checked against the specified fingerprint - * below. + /* fingerprint: if flags = ssl is specified, the server's + * certificate fingerprint will be checked against the fingerprint + * specified below. required if using flags = ssl. */ #fingerprint = "c77106576abf7f9f90cca0f63874a60f2e40a64b";