[deployment-guide/comm-rel: 653/727] Extended An Overview of Certificates and Security.

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


commit 2885692642cca714977f05369780a723baef1663
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Tue Sep 14 15:56:18 2010 +0200

    Extended An Overview of Certificates and Security.

 en-US/The_Apache_HTTP_Server.xml |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index e34ff46..d6c016b 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -2998,16 +2998,8 @@ ErrorDocument 404 /404-not_found.html</screen>
         </tgroup>
       </table>
       <para>
-        When setting up an SSL server, you need to generate a certificate request and a private key, and then send the certificate request, proof of the company's identity, and payment to a certificate authority. Once the CA verifies the certificate request and your identity, it will send you a signed certificate you can use with your server.
+        When setting up an SSL server, you need to generate a certificate request and a private key, and then send the certificate request, proof of the company's identity, and payment to a certificate authority. Once the CA verifies the certificate request and your identity, it will send you a signed certificate you can use with your server. Alternatively, you can create a self-signed certificate that does not contain a CA signuture, and thus should be used for testing purposes only.
       </para>
-      <!--
-      <para>
-        For testing purposes, a self-signed certificate can be used which does not contain a signature from a CA. Note, however, that self-signed certificates should not be used in most production environments. Self-signed certificates are not automatically accepted by a user's browser — users are prompted by the browser to accept the certificate and create the secure connection. Refer to <xref linkend="s2-sslserver-certs"/> for more information on the differences between self-signed and CA-signed certificates.
-      </para>
-      <para>
-        Once you have a self-signed certificate or a signed certificate from the CA of your choice, you must install it on your secure server.
-      </para>
-      -->
     </section>
     <section id="s2-apache-mod_ssl-enabling">
       <title>Enabling the <systemitem class="resource">mod_ssl</systemitem> Module</title>


More information about the docs-commits mailing list