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

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

index 5a34b3a35440f091670cb97ec2341ce653a5b4d1..be4ff26c767246bc9bf6917762118eaa7f1069c5 100644 (file)
@@ -355,10 +355,11 @@ SSLCertificateKeyFile /path/to/this/server.key</pre>
        <br />
        <code><strong>$ openssl genrsa -des3 -out server.key 2048</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 f9dbbcf387b5c53ecc7d75e62993ac58389fd86c..96376a02954a868a6c4565ac042616684dc42b23 100644 (file)
@@ -355,10 +355,11 @@ SSLCertificateKeyFile /path/to/this/server.key
        <br />
        <code><strong>$ openssl genrsa -des3 -out server.key 2048</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