You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2017/08/24 05:21:28 UTC

openmeetings git commit: no jira: minor changes to https guide

Repository: openmeetings
Updated Branches:
  refs/heads/3.3.x 4bca6435a -> 490867710


no jira: minor changes to https guide


Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/49086771
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/49086771
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/49086771

Branch: refs/heads/3.3.x
Commit: 49086771076e9ec2ceedcb03ffb747af346e66f3
Parents: 4bca643
Author: Maxim Solodovnik <so...@gmail.com>
Authored: Thu Aug 24 12:21:20 2017 +0700
Committer: Maxim Solodovnik <so...@gmail.com>
Committed: Thu Aug 24 12:21:20 2017 +0700

----------------------------------------------------------------------
 openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/49086771/openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml
----------------------------------------------------------------------
diff --git a/openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml b/openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml
index 2dd7b76..803752c 100644
--- a/openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml
+++ b/openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml
@@ -148,7 +148,7 @@ keytool -importkeystore -srcstorepass password -srckeystore red5.p12 -srcstorety
 				<li>Rename the existing keystore file <tt>red5/conf/keystore.jmx</tt> to <tt>red5/conf/keystore.bak</tt></li>
 				<li>Rename the existing truststore file <tt>red5/conf/truststore.jmx</tt> to <tt>red5/conf/truststore.bak</tt></li>
 			</ul>
-			<h3>Steps</h3>
+			<h3>Steps for OM server</h3>
 			<ol>
 				<li>Export existing keys into PKCS12 format:<source><![CDATA[
 cd _folder_with_certificates_
@@ -196,7 +196,7 @@ jmx.keystorepass=changeit
 						Import ca.crt into keystore:<br/>
 						keytool -import -alias root -keystore ..\lib\security\cacerts -file c:\ca.crt<br/>
 						Enter the password to keystore: changeit<br/>
-   					</p>
+					</p>
 				</li>
 			</ol>
 		</section>