]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Clarify that "CAFile" is not set by default master
authorAlexander Barton <alex@barton.de>
Fri, 19 Apr 2024 21:49:59 +0000 (23:49 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 19 Apr 2024 21:49:59 +0000 (23:49 +0200)
doc/sample-ngircd.conf.tmpl
man/ngircd.conf.5.tmpl

index 5f9cb9eb2a40ae8e36715f5967b4f295d490118f..2a08bb43e309c435bdf59393ce957aad94b52388 100644 (file)
        # is only available when ngIRCd is compiled with support for SSL!
        # So don't forget to remove the ";" above if this is the case ...
 
        # 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 Trusted CA Certificates File (for verifying peer certificates)
+       # SSL Trusted CA Certificates File for verifying peer certificates.
+       # (Default: not set; so no certificates are trusted)
        ;CAFile = /etc/ssl/CA/cacert.pem
 
        # Certificate Revocation File (for marking otherwise valid
        ;CAFile = /etc/ssl/CA/cacert.pem
 
        # Certificate Revocation File (for marking otherwise valid
index 66d3598d4b4114631217812b5a674f89286f12b4..68ee90931f1d71a1b4fe8e857a29c8bfe5c37e91 100644 (file)
@@ -399,7 +399,7 @@ when it is compiled with support for SSL using OpenSSL or GnuTLS!
 .TP
 \fBCAFile\fR (string)
 Filename pointing to the Trusted CA Certificates. This is required for
 .TP
 \fBCAFile\fR (string)
 Filename pointing to the Trusted CA Certificates. This is required for
-verifying peer certificates.
+verifying peer certificates. Default: not set, so no certificates are trusted.
 .TP
 \fBCertFile\fR (string)
 SSL Certificate file of the private server key.
 .TP
 \fBCertFile\fR (string)
 SSL Certificate file of the private server key.