ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/doc/reference.conf
(Generate patch)

Comparing ircd-hybrid/trunk/doc/reference.conf (file contents):
Revision 2210 by michael, Wed Jun 5 21:15:55 2013 UTC vs.
Revision 2228 by michael, Thu Jun 13 19:46:30 2013 UTC

# Line 457 | Line 457 | operator {
457           */
458   #       rsa_public_key_file = "/usr/local/ircd/etc/oper.pub";
459  
460 +        /*
461 +         * fingerprint: enhances security by checking the oper's client
462 +         * certificate fingerprint against the specified fingerprint below.
463 +         */
464 + #       fingerprint = "13F17649759E62440ADEE1AAD1F21AC2B036F3DC";
465 +
466          /* class: the class the oper joins when they successfully /oper */
467          class = "opers";
468  
# Line 600 | Line 606 | connect {
606   #       ssl_cipher_list = "DHE-RSA-AES256-SHA:AES256-SHA";
607  
608          /*
609 +         * fingerprint: enhances security by checking the server's client
610 +         * certificate fingerprint against the specified fingerprint below.
611 +         */
612 + #       fingerprint = "13F17649759E62440ADEE1AAD1F21AC2B036F3DC";
613 +
614 +        /*
615           * autoconn   - controls whether we autoconnect to this server or not,
616           *              dependent on class limits. By default, this is disabled.
617           * ssl        - Initiates a TLS/SSL connection.

Diff Legend

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