[deployment-guide/comm-rel: 644/727] One more time.

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


commit 04185a06cda18f8fe1073ba5e6ebbb5ca8a91e9f
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Mon Sep 13 17:49:22 2010 +0200

    One more time.

 en-US/The_Apache_HTTP_Server.xml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index 01eb1c3..63e88f6 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -3065,7 +3065,12 @@ ErrorDocument 404 /404-not_found.html</screen>
       <screen>~]# <command>mv</command> <filename><replaceable>key_file</replaceable>.key</filename> <filename>/etc/pki/tls/private/<replaceable>domain_name</replaceable>.key</filename>
 ~]# <command>mv</command> <filename><replaceable>certificate</replaceable>.crt</filename> <filename>/etc/pki/tls/certs/<replaceable>domain_name</replaceable>.crt</filename></screen>
       <para>
-        Then restart the <systemitem class="service">httpd</systemitem> service as described in <xref linkend="s3-apache-running-restarting" />.
+        Then add the following lines to the <filename>/etc/httpd/conf.d/ssl.conf</filename> configuration file:
+      </para>
+      <screen>SSLCertificateFile /etc/pki/tls/certs/<replaceable>domain_name</replaceable>.crt
+SSLCertificateKeyFile /etc/pki/tls/private/<replaceable>domain_name</replaceable>.key</screen>
+      <para>
+        To load the updated configuration, restart the <systemitem class="service">httpd</systemitem> service as described in <xref linkend="s3-apache-running-restarting" />.
       </para>
       <example id="example-apache-mod_ssl-keypair">
         <title>Using a key and certificate from the <application>Red Hat Secure Web Server</application></title>


More information about the docs-commits mailing list