From: Christophe Jaillet Date: Wed, 30 Apr 2014 05:01:49 +0000 (+0000) Subject: Correct typo as spoted in a comment in online doc X-Git-Tag: 2.4.10~275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e31287820f0907ad2db9dc1fe3b86a3492f42bf;p=apache Correct typo as spoted in a comment in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591194 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/ssl/ssl_faq.html.en b/docs/manual/ssl/ssl_faq.html.en index 5a34b3a354..be4ff26c76 100644 --- a/docs/manual/ssl/ssl_faq.html.en +++ b/docs/manual/ssl/ssl_faq.html.en @@ -355,10 +355,11 @@ SSLCertificateKeyFile /path/to/this/server.key
$ openssl genrsa -des3 -out server.key 2048

- Please backup this host.key file and the + Please backup this server.key 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:
+
$ openssl rsa -noout -text -in server.key

If necessary, you can also create a decrypted PEM version (not diff --git a/docs/manual/ssl/ssl_faq.xml b/docs/manual/ssl/ssl_faq.xml index f9dbbcf387..96376a0295 100644 --- a/docs/manual/ssl/ssl_faq.xml +++ b/docs/manual/ssl/ssl_faq.xml @@ -355,10 +355,11 @@ SSLCertificateKeyFile /path/to/this/server.key
$ openssl genrsa -des3 -out server.key 2048

- Please backup this host.key file and the + Please backup this server.key 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:
+
$ openssl rsa -noout -text -in server.key

If necessary, you can also create a decrypted PEM version (not