e4ff3b
Reference default system-wide CA certificates in manpages
e4ff3b
e4ff3b
OpenSSL, unless explicitly configured, uses system-wide default set of CA
e4ff3b
certificates.
e4ff3b
e4ff3b
Author: Matus Honek <mhonek@redhat.com>
e4ff3b
e4ff3b
diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5
976c7e
index 6084298..3070bb4 100644
e4ff3b
--- a/doc/man/man5/ldap.conf.5
e4ff3b
+++ b/doc/man/man5/ldap.conf.5
976c7e
@@ -327,6 +327,9 @@ are more options you can specify.  These options are used when an
e4ff3b
 .B ldaps:// URI
e4ff3b
 is selected (by default or otherwise) or when the application
e4ff3b
 negotiates TLS by issuing the LDAP StartTLS operation.
e4ff3b
+.LP
e4ff3b
+When using OpenSSL, if neither  \fBTLS_CACERT\fP nor \fBTLS_CACERTDIR\fP
e4ff3b
+is set, the system-wide default set of CA certificates is used.
e4ff3b
 .TP
e4ff3b
 .B TLS_CACERT <filename>
e4ff3b
 Specifies the file that contains certificates for all of the Certificate
e4ff3b
diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5
976c7e
index a559b0c..adda87a 100644
e4ff3b
--- a/doc/man/man5/slapd-config.5
e4ff3b
+++ b/doc/man/man5/slapd-config.5
976c7e
@@ -878,6 +878,10 @@ If
e4ff3b
 .B slapd
e4ff3b
 is built with support for Transport Layer Security, there are more options
e4ff3b
 you can specify.
e4ff3b
+.LP
e4ff3b
+When using OpenSSL, if neither  \fBolcTLSCACertificateFile\fP nor
e4ff3b
+\fBolcTLSCACertificatePath\fP is set, the system-wide default set of CA
e4ff3b
+certificates is used.
e4ff3b
 .TP
e4ff3b
 .B olcTLSCipherSuite: <cipher-suite-spec>
e4ff3b
 Permits configuring what ciphers will be accepted and the preference order.
e4ff3b
diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5
976c7e
index b6e9250..1653a1b 100644
e4ff3b
--- a/doc/man/man5/slapd.conf.5
e4ff3b
+++ b/doc/man/man5/slapd.conf.5
976c7e
@@ -1108,6 +1108,10 @@ If
e4ff3b
 .B slapd
e4ff3b
 is built with support for Transport Layer Security, there are more options
e4ff3b
 you can specify.
e4ff3b
+.LP
e4ff3b
+When using OpenSSL, if neither  \fBTLSCACertificateFile\fP nor
e4ff3b
+\fBTLSCACertificatePath\fP is set, the system-wide default set of CA
e4ff3b
+certificates is used.
e4ff3b
 .TP
e4ff3b
 .B TLSCipherSuite <cipher-suite-spec>
e4ff3b
 Permits configuring what ciphers will be accepted and the preference order.