Commit 0cee710a authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Updated documentation with new certificate management from admin console (a...

Updated documentation with new certificate management from admin console (a screenshot would be nice to add)

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6722 b35dd754-fafc-0310-a699-88a17e54d16e
parent 5cd5a8cd
...@@ -23,12 +23,16 @@ ...@@ -23,12 +23,16 @@
<h2>Introduction</h2> <h2>Introduction</h2>
<p> <p>
This document outlines how to customize the SSL support in Wildfire. This document outlines how to <b>manually</b> customize the SSL support in
Wildfire. As of Wildfire 3.2 certificate management can be performed from the
Admin Console. However, if needed you can still manually manage certificates
using JDK 1.5 tools.
<font color="red"><b>Important note:</b></font> <font color="red"><b>Important note:</b></font>
because Wildfire ships with self-signed certificates, it will work out of the box without Once the setup process is completed Wildfire will create self-signed certificates
installing your own certificate. However, most users will wish to user their own for the assigned Wildfire's domain. Most users should either get the created
certificates.</p> certificates signed by a Certificate Authority or replace the created certificates
with your own certificates.</p>
<p>Wildfire's SSL support is built using the standard Java security <p>Wildfire's SSL support is built using the standard Java security
SSL implementation (javax.net.ssl.SSLServerSocket). In this document, we will SSL implementation (javax.net.ssl.SSLServerSocket). In this document, we will
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment