Browse Source

Update shipped configuration file for changes in 27~rc1

Christoph Biedl 2 years ago
parent
commit
97fcf08217
1 changed files with 7 additions and 3 deletions
  1. 7 3
      debian/ngircd.conf

+ 7 - 3
debian/ngircd.conf

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