]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild
authorRich Bowen <rbowen@apache.org>
Thu, 16 Apr 2015 18:29:27 +0000 (18:29 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 16 Apr 2015 18:29:27 +0000 (18:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1674128 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/ssl/ssl_faq.html.en
docs/manual/ssl/ssl_faq.xml.fr

index 75d649bdeda1203ab72c9d2571eca2b3a5978ab4..b77ec2d72c1775433770419429fd753c8dee72dc 100644 (file)
@@ -347,7 +347,7 @@ SSLCertificateKeyFile /path/to/this/server.key</pre>
     <p>The short answer is to use the <code>CA.sh</code> or <code>CA.pl</code>
     script provided by OpenSSL. Unless you have a good reason not to,
     you should use these for preference. If you cannot, you can create a
-    self-signed Certificate as follows:</p>
+    self-signed certificate as follows:</p>
 
     <ol>
     <li>Create a RSA private key for your server
@@ -372,7 +372,7 @@ SSLCertificateKeyFile /path/to/this/server.key</pre>
        with the RSA key you just created (output will be PEM formatted):<br />
        <br />
        <code><strong>$ openssl req -new -x509 -nodes -sha1 -days 365
-                       -key server.key -out server.crt</strong></code><br />
+                       -key server.key -out server.crt -extensions usr_cert</strong></code><br />
        <br />
        This signs the server CSR and results in a <code>server.crt</code> file.<br />
        You can see the details of this Certificate using:<br />
@@ -385,8 +385,7 @@ SSLCertificateKeyFile /path/to/this/server.key</pre>
 
 <h3><a name="passphrase" id="passphrase">How can I change the pass-phrase on my private key file?</a></h3>
 <p>You simply have to read it with the old pass-phrase and write it again,
-    specifying the new pass-phrase. You can accomplish this with the following
-    commands:</p>
+    specifying the new pass-phrase. You can accomplish this with the following commands:</p>
 
 
     <p><code><strong>$ openssl rsa -des3 -in server.key -out server.key.new</strong></code><br />
index 893bbb19c6b71c8e9d31a0566a3cee268ca6c5fa..c5a267dc285b6b511409ae9d2a987832ba81e33a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1591196:1673945 (outdated) -->
+<!-- English Revision: 1591196:1674126 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->