doc/reference.conf: clarify that server link fingerprints aren't optional
[ci skip]
This commit is contained in:
parent
cf5b56b06b
commit
9d80b087cd
1 changed files with 3 additions and 3 deletions
|
@ -530,9 +530,9 @@ connect "irc.uplink.com" {
|
||||||
send_password = "password";
|
send_password = "password";
|
||||||
accept_password = "anotherpassword";
|
accept_password = "anotherpassword";
|
||||||
|
|
||||||
/* fingerprint: if specified, the server's client certificate
|
/* fingerprint: if flags = ssl is specified, the server's
|
||||||
* fingerprint will be checked against the specified fingerprint
|
* certificate fingerprint will be checked against the fingerprint
|
||||||
* below.
|
* specified below. required if using flags = ssl.
|
||||||
*/
|
*/
|
||||||
#fingerprint = "c77106576abf7f9f90cca0f63874a60f2e40a64b";
|
#fingerprint = "c77106576abf7f9f90cca0f63874a60f2e40a64b";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue