Commit a9f4fde0 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Added note that most users can skip SSL config.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1571 b35dd754-fafc-0310-a699-88a17e54d16e
parent 69d1db1a
...@@ -9,16 +9,15 @@ ...@@ -9,16 +9,15 @@
<h1>Jive Messenger SSL Guide</h1> <h1>Jive Messenger SSL Guide</h1>
<h2>Introduction</h2> <h2>Introduction</h2>
<p> <p>
This document outlines how to configure your SSL setup. Jive This document outlines how to customize the SSL support in Jive Messenger.
Messenger's SSL support is built using the standard Java security <font color="red"><b>Important note:</b></font>
SSL implementation (javax.net.ssl.SSLServerSocket). Java security because Jive Messenger ships with self-signed certificates, most users can
allows implementations of the JVM flexibility in how security is implemented. use the default configration and do not need to change the SSL environment. You should only
Unfortunately, the flexibility means there is no definitive mechanism attempt to change the SSL settings if it's required for your deployment.</p>
for configuring SSL security on all JVMs. You must consult the
documentation for your JVM in creating a valid keystore and truststore <p>Jive Messenger's SSL support is built using the standard Java security
and populating those with the SSL certificates needed for your SSL implementation (javax.net.ssl.SSLServerSocket). In this document, we will
deployment. In this document, we will describe how use the standard JDK describe how use the standard JDK 1.5 tools to accomplish these tasks.
1.5 tools to accomplish these tasks.
</p> </p>
<h2>Background</h2> <h2>Background</h2>
<p> <p>
......
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