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:
parent
75ef4e14e0
commit
3e3f6cbece
@ -273,7 +273,8 @@
|
||||
# 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
|
||||
|
@ -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
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user