]> 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:04:59 +0000 (05:04 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 30 Apr 2014 05:04:59 +0000 (05:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1591196 13f79535-47bb-0310-9956-ffa450edef68

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

index ddebddd338d0463c3a0f5179b7dc007ac586045e..cf05319b033cbd7c232a2936e993f3fc212aa5da 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 3839ee63ddf9059cbc5b230c0494b64bdaca58b6..c36d496d9613274049443bedd7430e217f0b03e6 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