From 498767f499c5d350d81b0250725b87eaaf6ac884 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Wed, 30 Apr 2014 05:04:59 +0000 Subject: [PATCH] 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 --- docs/manual/ssl/ssl_faq.html.en | 3 ++- docs/manual/ssl/ssl_faq.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manual/ssl/ssl_faq.html.en b/docs/manual/ssl/ssl_faq.html.en index ddebddd338..cf05319b03 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 3839ee63dd..c36d496d96 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 -- 2.50.1