From 27ca42b5550abef1a8ca523f617ee2042cd0a337 Mon Sep 17 00:00:00 2001 From: Francis Swasey Date: Thu, 18 Aug 2011 12:01:35 -0400 Subject: [PATCH] ITS#7023 document TLSCACertificateFile in the man page as it is in the Admin Guide --- doc/man/man5/slapd.conf.5 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index dd6899bcea..2890db0fe6 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1079,7 +1079,12 @@ is in the source code for Mozilla NSS in the file sslinfo.c in the structure Specifies the file that contains certificates for all of the Certificate Authorities that .B slapd -will recognize. +will recognize. The certificate for +the CA that signed the server certificate must be included among +these certificates. If the signing CA was not a top-level (root) CA, +certificates for the entire sequence of CA's from the signing CA to +the top-level CA should be present. Multiple certificates are simply +appended to the file; the order is not significant. .TP .B TLSCACertificatePath Specifies the path of a directory that contains Certificate Authority -- 2.39.5