]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Correct typo as spoted in a comment in online doc
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 30 Apr 2014 05:04:30 +0000 (05:04 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 30 Apr 2014 05:04:30 +0000 (05:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1591195 13f79535-47bb-0310-9956-ffa450edef68

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

index 79f55e570084e9350b933f8e45fe1a0aebec1d20..8d6043488a3c3f3dad1492bda64bc2601866a4a2 100644 (file)
@@ -457,10 +457,11 @@ Certificate for testing purposes?</a></h3>
        <br />
        <code><strong>$ openssl genrsa -des3 -out server.key 1024</strong></code><br />
        <br />
-       Please backup this <code>host.key</code> file and the
+       Please backup this <code>server.key</code> file and the
        pass-phrase you entered in a secure location.
        You can see the details of this RSA private key by using the 
        command:<br />
+       <br />
        <code><strong>$ openssl rsa -noout -text -in server.key</strong></code><br />
        <br />
        If necessary, you can also create a decrypted PEM version (not 
index 7d14ca2123cbe3c2a411a523cfce08d13a247979..89fd755c72ca6f77098468ed696a35c962ac3747 100644 (file)
@@ -465,10 +465,11 @@ Certificate for testing purposes?</title>
        <br />
        <code><strong>$ openssl genrsa -des3 -out server.key 1024</strong></code><br />
        <br />
-       Please backup this <code>host.key</code> file and the
+       Please backup this <code>server.key</code> file and the
        pass-phrase you entered in a secure location.
        You can see the details of this RSA private key by using the 
        command:<br />
+       <br />
        <code><strong>$ openssl rsa -noout -text -in server.key</strong></code><br />
        <br />
        If necessary, you can also create a decrypted PEM version (not