ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/doc/example.efnet.conf
(Generate patch)

Comparing ircd-hybrid-8/etc/example.efnet.conf (file contents):
Revision 1303 by michael, Fri Mar 23 10:52:19 2012 UTC vs.
Revision 1306 by michael, Sat Mar 24 07:43:04 2012 UTC

# Line 128 | Line 128 | serverinfo {
128           */
129          #ssl_certificate_file = "/usr/local/ircd/etc/cert.pem";
130  
131 +        #ssl_dh_param_file = "/usr/local/ircd/etc/dhparam.pem";
132 +
133 +        /*
134 +         * ssl_cipher_list:
135 +         *
136 +         * List of ciphers that are supported by _this_ server. Can be used to enforce
137 +         * specific ciphers for incoming SSL/TLS connections.
138 +         * If a client (which also includes incoming server connections) isn't capable
139 +         * of any cipher listed below, the connection will be simply rejected.
140 +         *
141 +         * A list of supported ciphers can be obtained by running:
142 +         *
143 +         *      openssl ciphers -ssl3 -tls1 -v
144 +         *
145 +         * Multiple ciphers are separated by colons. The order of preference is from
146 +         * left to right.
147 +         */
148 +        #ssl_cipher_list = "DHE-RSA-AES256-SHA:AES256-SHA";
149 +
150          /*
151           * ssl_server_protocol:
152           * SSL/TLS protocols we provide for incoming secure connections.
# Line 506 | Line 525 | connect {
525          /* class: the class this server is in */
526          class = "server";
527  
528 +        #ssl_cipher_list = "DHE-RSA-AES256-SHA:AES256-SHA";
529 +
530          /*
531           * autoconn   - controls whether we autoconnect to this server or not,
532           *              dependent on class limits. By default, this is disabled.

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)