From: Christophe Jaillet Date: Wed, 30 Apr 2014 05:04:59 +0000 (+0000) Subject: Correct typo as spoted in a comment in online doc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c5ce46153c106f6330b29c9a7bcca9bfbb44dcc;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/trunk@1591196 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/ssl/ssl_faq.html.en b/docs/manual/ssl/ssl_faq.html.en index ddebddd338d..cf05319b033 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 3839ee63ddf..c36d496d961 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