diff options
author | Lucien Gentis <lgentis@apache.org> | 2017-10-21 13:58:11 +0000 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2017-10-21 13:58:11 +0000 |
commit | d8baba14d28c633ce820f0c85b88fe225a3c66ba (patch) | |
tree | 2733f23f30e26d052ec77c0df310c715944ca7eb /docs/manual | |
parent | a4099762df4f72c71f30dee739d4734aa2bd552d (diff) | |
download | httpd-d8baba14d28c633ce820f0c85b88fe225a3c66ba.tar.gz |
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1812825 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/mod_ssl.xml.fr | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_ssl.xml.fr b/docs/manual/mod/mod_ssl.xml.fr index 59e466f9a0..b4f735e4a8 100644 --- a/docs/manual/mod/mod_ssl.xml.fr +++ b/docs/manual/mod/mod_ssl.xml.fr @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?> -<!-- English Revision: 1807869:1811976 (outdated) --> +<!-- English Revision: 1811976 --> <!-- French translation : Lucien GENTIS --> <!-- @@ -172,7 +172,7 @@ certificat serveur, sous la forme SRVName (OID 1.3.6.1.5.5.7.8.7, RFC 4985)</td> <p><em>x509</em> spécifie un élément de DN X.509 parmi <code>C,ST,L,O,OU,CN,T,I,G,S,D,UID,Email</code>. A partir de la version -2.1 d'Apache, <em>x509</em> peut aussi comporter un suffixe numérique +2.2.0 de httpd, <em>x509</em> peut aussi comporter un suffixe numérique <code>_n</code>. Si le DN en question comporte plusieurs attributs de noms identiques, ce suffixe constitue un index débutant à zéro et permettant de sélectionner un @@ -190,6 +190,12 @@ seul) caractérisant le DN est enregistré avec un nom sans suffixe ; autrement dit, aucune entrée possédant comme suffixe <code>_0</code> n'est enregistrée.</p> +<p>Depuis la version 2.5.0 de httpd, il est possible d'ajouter le suffixe +<em>_RAW</em> à <em>x509</em> dans un élément DN afin d'éviter la conversion en +UTF-8 de la valeur de l'attribut. Il doit être placé après le suffixe index +(s'il existe), par exemple <code>SSL_SERVER_S_DN_OU_RAW</code> ou +<code>SSL_SERVER_S_DN_OU_0_RAW</code>.</p> + <p>Le format des variables <em>*_DN</em> a changé depuis la version 2.3.11 d'Apache HTTPD. Voir l'option <code>LegacyDNStringFormat</code> de la directive <directive module="mod_ssl">SSLOptions</directive> pour |