From: Christophe Jaillet Date: Wed, 30 Apr 2014 05:04:30 +0000 (+0000) Subject: Correct typo as spoted in a comment in online doc X-Git-Tag: 2.2.28~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86d020b3125b01cc05df262d28f4c9e2dd573caa;p=thirdparty%2Fapache%2Fhttpd.git Correct typo as spoted in a comment in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1591195 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/ssl/ssl_faq.html.en b/docs/manual/ssl/ssl_faq.html.en index 79f55e57008..8d6043488a3 100644 --- a/docs/manual/ssl/ssl_faq.html.en +++ b/docs/manual/ssl/ssl_faq.html.en @@ -457,10 +457,11 @@ Certificate for testing purposes?
$ openssl genrsa -des3 -out server.key 1024

- 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 7d14ca2123c..89fd755c72c 100644 --- a/docs/manual/ssl/ssl_faq.xml +++ b/docs/manual/ssl/ssl_faq.xml @@ -465,10 +465,11 @@ Certificate for testing purposes?
$ openssl genrsa -des3 -out server.key 1024

- 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