1
0
Quellcode durchsuchen

Update shipped configuration

Christoph Biedl vor 2 Jahren
Ursprung
Commit
e7b4c86886
1 geänderte Dateien mit 13 neuen und 0 gelöschten Zeilen
  1. 13 0
      debian/ngircd.conf

+ 13 - 0
debian/ngircd.conf

@@ -254,6 +254,15 @@
 [SSL]
 	# SSL-related configuration options.
 
+	# SSL Trusted CA Certificates File for verifying peer certificates.
+	# (Default: not set; so no certificates are trusted)
+	;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
 
@@ -347,6 +356,10 @@
 	# Connect to the remote server using TLS/SSL (Default: false)
 	;SSLConnect = yes
 
+	# Verify the TLS certificate presented by the remote server
+	# (Default: yes)
+	;SSLVerify = yes
+
 	# Define a (case insensitive) list of masks matching nicknames that
 	# should be treated as IRC services when introduced via this remote
 	# server, separated by commas (",").