|
|
@@ -269,9 +269,13 @@
|
|
|
;WebircPassword = xyz
|
|
|
|
|
|
[SSL]
|
|
|
- # SSL-related configuration options. Please note that this section
|
|
|
- # is only available when ngIRCd is compiled with support for SSL!
|
|
|
- # So don't forget to remove the ";" above if this is the case ...
|
|
|
+ # SSL-related configuration options.
|
|
|
+ # SSL Trusted CA Certificates File (for verifying peer certificates)
|
|
|
+ ;CAFile = /etc/ssl/certs/ca-certificates.crt
|
|
|
+
|
|
|
+ # Certificate Revocation File (for marking otherwise valid
|
|
|
+ # certficates as invalid)
|
|
|
+ ;CRLFile = /etc/ssl/CA/crl.pem
|
|
|
|
|
|
# SSL Server Key Certificate
|
|
|
;CertFile = /etc/ssl/certs/server.crt
|