1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-12-04 14:09:57 +00:00

Clarify that "CAFile" is not set by default

This commit is contained in:
Alexander Barton 2024-04-19 23:49:59 +02:00
parent 75ef4e14e0
commit 3e3f6cbece
2 changed files with 3 additions and 2 deletions

View File

@ -273,7 +273,8 @@
# is only available when ngIRCd is compiled with support for SSL! # is only available when ngIRCd is compiled with support for SSL!
# So don't forget to remove the ";" above if this is the case ... # 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 ;CAFile = /etc/ssl/CA/cacert.pem
# Certificate Revocation File (for marking otherwise valid # Certificate Revocation File (for marking otherwise valid

View File

@ -399,7 +399,7 @@ when it is compiled with support for SSL using OpenSSL or GnuTLS!
.TP .TP
\fBCAFile\fR (string) \fBCAFile\fR (string)
Filename pointing to the Trusted CA Certificates. This is required for 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 .TP
\fBCertFile\fR (string) \fBCertFile\fR (string)
SSL Certificate file of the private server key. SSL Certificate file of the private server key.