You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2020/08/29 14:41:23 UTC

svn commit: r1881300 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.fr

Author: lgentis
Date: Sat Aug 29 14:41:22 2020
New Revision: 1881300

URL: http://svn.apache.org/viewvc?rev=1881300&view=rev
Log:
fr doc XML file update.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.fr

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.fr?rev=1881300&r1=1881299&r2=1881300&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.fr [utf-8] Sat Aug 29 14:41:22 2020
@@ -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: 1874455 -->
+<!-- English Revision: 1880960 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -2075,6 +2075,12 @@ assurer que ce répertoire contient les
 <note type="warning">
 <p>Actuellement, les clés privées chiffrées ne sont pas supportées.</p>
 </note>
+<note type="warning">
+<p>Seules les clés au format PKCS1 RSA, DSA ou EC sont supportées. Les clés
+au format PKCS8, autrement dit celles commençant par &quot;<code>-----BEGIN
+PRIVATE KEY-----</code>&quot;, doivent être converties via une commande du style
+&quot;<code>openssl rsa -in private-pkcs8.pem -outform pem</code>&quot;.</p>
+</note>
 <example><title>Exemple</title>
 <highlight language="config">
 SSLProxyMachineCertificatePath "/usr/local/apache2/conf/proxy.crt/"
@@ -2109,6 +2115,12 @@ directive s'utilise à la place ou en co
 <note type="warning">
 <p>Actuellement, les clés privées chiffrées ne sont pas supportées.</p>
 </note>
+<note type="warning">
+<p>Seules les clés au format PKCS1 RSA, DSA ou EC sont supportées. Les clés
+au format PKCS8, autrement dit celles commençant par &quot;<code>-----BEGIN
+PRIVATE KEY-----</code>&quot;, doivent être converties via une commande du style
+&quot;<code>openssl rsa -in private-pkcs8.pem -outform pem</code>&quot;.</p>
+</note>
 <example><title>Exemple</title>
 <highlight language="config">
 SSLProxyMachineCertificateFile