Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 2838 invoked from network); 28 Feb 2004 23:36:16 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 28 Feb 2004 23:36:16 -0000 Received: (qmail 55514 invoked by uid 500); 28 Feb 2004 23:36:01 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 55483 invoked by uid 500); 28 Feb 2004 23:36:01 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 55470 invoked by uid 500); 28 Feb 2004 23:36:01 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 55465 invoked from network); 28 Feb 2004 23:36:01 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 28 Feb 2004 23:36:01 -0000 Received: (qmail 2828 invoked by uid 1582); 28 Feb 2004 23:36:14 -0000 Date: 28 Feb 2004 23:36:14 -0000 Message-ID: <20040228233614.2827.qmail@minotaur.apache.org> From: jorton@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/mod mod_ssl.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jorton 2004/02/28 15:36:14 Modified: docs/manual/mod mod_ssl.xml Log: Attempt to document the new cert DN lookup feature. Revision Changes Path 1.22 +10 -2 httpd-2.0/docs/manual/mod/mod_ssl.xml Index: mod_ssl.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ssl.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -w -d -u -r1.21 -r1.22 --- mod_ssl.xml 28 Feb 2004 17:09:55 -0000 1.21 +++ mod_ssl.xml 28 Feb 2004 23:36:14 -0000 1.22 @@ -87,9 +87,17 @@ SSL_SERVER_A_SIG string Algorithm used for the signature of server's certificate SSL_SERVER_A_KEY string Algorithm used for the public key of server's certificate SSL_SERVER_CERT string PEM-encoded server certificate -[ where x509 is a component of a X.509 DN: - C,ST,L,O,OU,CN,T,I,G,S,D,UID,Email ] + +

x509 specifies a component of an X.509 DN; one of +C,ST,L,O,OU,CN,T,I,G,S,D,UID,Email. In Apache 2.1 and +later, x509 may also include a numeric _n +suffix. If the DN in question contains multiple attributes of the +same name, this suffix is used as an index to select a particular +attribute. For example, where the server certificate subject DN +included two OU fields, SSL_SERVER_S_DN_OU_0 and +SSL_SERVER_S_DN_OU_1 could be used to reference each.

+
Custom Log Formats