# HG changeset patch # User David Demelier # Date 1484559924 -3600 # Node ID 533f99e95caffa9463b9ef7bb2862dfef04e381f # Parent a8da637384286eb1014d5702c79e99425eb5f6bd Docs: document SSL based transports diff -r a8da63738428 -r 533f99e95caf doc/html/irccd/configuring.md --- a/doc/html/irccd/configuring.md Mon Jan 16 10:40:02 2017 +0100 +++ b/doc/html/irccd/configuring.md Mon Jan 16 10:45:24 2017 +0100 @@ -208,8 +208,11 @@ The options for **ip** type: - **port**: (int) port number. - - **address**: (string) address to bind or "*" for any (Optional, default: *). - - **family**: (list) ipv6, ipv4. Both are accepted (Optional, default: ipv4) + - **address**: (string) address to bind or "\*" for any (Optional, default: \*). + - **family**: (list) ipv6, ipv4. Both are accepted (Optional, default: ipv4). + - **ssl**: (bool) enable SSL (Optional, default: false). + - **key**: (string) path to private key file (Optional, default: none). + - **certificate**: (string) path to certificate (Optional, default: none). The options for **unix** type: diff -r a8da63738428 -r 533f99e95caf doc/man/irccd.conf.5.in --- a/doc/man/irccd.conf.5.in Mon Jan 16 10:40:02 2017 +0100 +++ b/doc/man/irccd.conf.5.in Mon Jan 16 10:45:24 2017 +0100 @@ -195,6 +195,12 @@ (string) address to bind or "*" for any (Optional, default: *). .It family (list) ipv6, ipv4. Both are accepted (Optional, default: ipv4) +.It ssl +(bool) enable SSL (Optional, default: false). +.It key +(string) path to private key file (Optional, default: none). +.It certificate +(string) path to certificate (Optional, default: none). .El .Pp The following parameters are available for type "unix":