[deployment-guide/comm-rel: 646/727] Removed the extra How to configure the server to use the new key section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:19:59 UTC 2010


commit 29bfcc1ccbf4ad1edd1ad2a69a273192c85a713b
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Mon Sep 13 17:56:40 2010 +0200

    Removed the extra How to configure the server to use the new key section.
    
    I have moved its content elsewhere.

 en-US/The_Apache_HTTP_Server.xml |   28 ----------------------------
 1 files changed, 0 insertions(+), 28 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index d6d924a..0fb8f10 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -3350,34 +3350,6 @@ SSLCertificateKeyFile /etc/pki/tls/private/<replaceable>domain_name</replaceable
         </listitem>
       </itemizedlist>
     </section>
-    <section id="s1-use-new-key">
-      <title>How to configure the server to use the new key</title>
-      <para>
-        The steps to configure the Apache HTTP Server to use the new key are:
-      </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            Obtain the signed certificate from the CA after submitting the CSR.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Copy the certificate to the path, for example <filename>/etc/pki/tls/certs/www.example.com.crt</filename>
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Edit <filename>/etc/httpd/conf.d/ssl.conf</filename>. Change the SSLCertificateFile and SSLCertificateKey lines to be.
-          </para>
-<screen>SSLCertificateFile /etc/pki/tls/certs/www.example.com.crt
-SSLCertificateKeyFile /etc/pki/tls/private/www.example.com.key</screen>
-          <para>
-            where the "www.example.com" part should match the argument passed on the <command>genkey</command> command.
-          </para>
-        </listitem>
-      </itemizedlist>
-    </section>
   </section>
   <section id="s1-apache-resources">
     <title>Additional Resources</title>


More information about the docs-commits mailing list