147 |
|
*/ |
148 |
|
tls = no; |
149 |
|
|
150 |
+ |
/* |
151 |
+ |
* rsa_private_key_file: the path to the file containing the RSA key. |
152 |
+ |
* |
153 |
+ |
* Once the RSA key is generated, it is highly recommended to lock down |
154 |
+ |
* its file permissions: |
155 |
+ |
* |
156 |
+ |
* chown <ircd-user>.<ircd.group> rsa.key |
157 |
+ |
* chmod 0600 rsa.key |
158 |
+ |
*/ |
159 |
|
# rsa_private_key_file = "etc/rsa.key"; |
160 |
|
|
161 |
+ |
/* |
162 |
+ |
* tls_certificate_file: the path to the file containing our |
163 |
+ |
* TLS certificate for encrypted client connection. |
164 |
+ |
*/ |
165 |
|
# tls_certificate_file = "etc/cert.pem"; |
166 |
|
|
167 |
|
/* |