Author: solomax
Date: Fri May 18 16:22:41 2012
New Revision: 1340154

URL: http://svn.apache.org/viewvc?rev=1340154&view=rev
Log:
OPENMEETINGS-277 documentation is updated

Modified:
    incubator/openmeetings/trunk/singlewebapp/docs/RTMPSAndHTTPS.html
    incubator/openmeetings/trunk/singlewebapp/xdocs/RTMPSAndHTTPS.xml

Modified: incubator/openmeetings/trunk/singlewebapp/docs/RTMPSAndHTTPS.html
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/RTMPSAndHTTPS.html?rev=1340154&r1=1340153&r2=1340154&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/RTMPSAndHTTPS.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/RTMPSAndHTTPS.html Fri May 
18 16:22:41 2012
@@ -1012,14 +1012,17 @@ limitations under the License.
                                </li>
                                <li>Import the intermediate certificate(s) you 
normally receive with
                                        the certificate:
-                                       keytool -import -alias intermed 
-keystore red5/conf/ keystore -trustcacerts
+                                       keytool -import -alias intermed 
-keystore red5/conf/keystore -trustcacerts
                                        -file intermediate.crt
                                </li>
                                <li>Import the certificate you received: 
keytool -import -alias red5
                                        -keystore red5/conf/keystore 
-trustcacerts -file
                                        demo.openmeetings.de.crt
                                </li>
-                
+                <li>
+                Create additional certificate as described above.
+                Add this certificate to the following keystores: 
<tt>red5/conf/keystore.screen</tt> and <tt>red5/conf/keystore</tt>.
+                </li>
                        </ol>
                             </blockquote>
         </p>
@@ -1037,11 +1040,14 @@ limitations under the License.
         <blockquote>
                                     <ol>
                      <li>
-                     Uncomment &lt;!-- RTMPS --&gt; section in 
red5/conf/red5-core.xml
+                     Uncomment <tt>&lt;!-- RTMPS --&gt;</tt> section in 
<tt>red5/conf/red5-core.xml</tt>
+                     </li>
+                     <li>
+                     delete line #131 of <tt>red5/conf/red5-core.xml</tt>: 
<tt>&lt;property name="jmxPollInterval" value="1000" /&gt;</tt>
                      </li>
 
                                <li>
-                                       Edit red5/conf/red5.properties and set
+                                       Edit <tt>red5/conf/red5.properties</tt> 
and set
                                        <tt>rtmps.port=5443</tt>
                                        and
                                        <tt>rtmps.keystorepass=password</tt>

Modified: incubator/openmeetings/trunk/singlewebapp/xdocs/RTMPSAndHTTPS.xml
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/xdocs/RTMPSAndHTTPS.xml?rev=1340154&r1=1340153&r2=1340154&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/xdocs/RTMPSAndHTTPS.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/xdocs/RTMPSAndHTTPS.xml Fri May 
18 16:22:41 2012
@@ -108,7 +108,10 @@
                                        -keystore red5/conf/keystore 
-trustcacerts -file
                                        demo.openmeetings.de.crt
                                </li>
-                
+                <li>
+                Create additional certificate as described above.
+                Add this certificate to the following keystores: 
<tt>red5/conf/keystore.screen</tt> and <tt>red5/conf/keystore</tt>.
+                </li>
                        </ol>
 
                </section>
@@ -117,11 +120,14 @@
                
                  <ol>
                      <li>
-                     Uncomment &lt;!-- RTMPS --&gt; section in 
red5/conf/red5-core.xml
+                     Uncomment <tt>&lt;!-- RTMPS --&gt;</tt> section in 
<tt>red5/conf/red5-core.xml</tt>
+                     </li>
+                     <li>
+                     delete line #131 of <tt>red5/conf/red5-core.xml</tt>: 
<tt>&lt;property name="jmxPollInterval" value="1000" /&gt;</tt>
                      </li>
 
                                <li>
-                                       Edit red5/conf/red5.properties and set
+                                       Edit <tt>red5/conf/red5.properties</tt> 
and set
                                        <tt>rtmps.port=5443</tt>
                                        and
                                        <tt>rtmps.keystorepass=password</tt>
@@ -189,4 +195,5 @@
 
        </body>
 
-</document>
\ No newline at end of file
+</document>
+


Reply via email to