| 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 |
|
|
| 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. |