Cisco AP775A - Nexus Converged Network Switch 5010 Configuration Manual page 188

Fabric manager configuration guide, release 4.x
Hide thumbs Also See for AP775A - Nexus Converged Network Switch 5010:
Table of Contents

Advertisement

Installing Fabric Manager Web Client
S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
For Verisign.com trial certificates, go to:
http://www.verisign.com/support/verisign-intermediate-ca/Trial_Secure_Server_Root/index.html
For Trustcenter.de, go to:
http://www.trustcenter.de/certservices/cacerts/en/en.htm#server
For Thawte.com, go to:
http://www.thawte.com/certs/trustmap.html
Import the Chain Certificate into your keystore by entering the following command:
keytool -import -alias root -keystore "C:\Program Files\Cisco Systems\MDS 9000\keystore"
-trustcacerts -file filename_of_the_chain_certificate
Import the new certificate in X509 format:
keytool -import -alias tomcat -keystore "C:\Program Files\Cisco Systems\MDS
9000\keystore" -trustcacerts -file your_certificate_filename
To modify Fabric Manager Web Client to use SSL, follow these steps:
Stop Fabric Manager Web Client if you have already launched it. If you installed this on Windows, you
Step 1
can stop the service using Windows Services under Administrative Tools.
Use a text editor to open \jboss\server\default\deploy\jboss-web.deployer\server.xml from the
Step 2
directory where Fabric Manager Web Client is installed. You see the following lines in the beginning
after some copyright information:
<!-- Define an SSL HTTP/1.1 Connector on port 8443 -->
<!--
<Connector className="org.apache.catalina.connector.http.HttpConnector"
</Connector>
-->
Step 3
Comment the first <Connector> element and uncomment the second one. Note that the port changes
from 8443 to 443 and keystore and keypass are added. Your file should look like the following example:
<!--
<Connector className="org.apache.catalina.connector.http.HttpConnector"
-->
<!-- Define an SSL HTTP/1.1 Connector on port 8443 -->
<Connector className="org.apache.catalina.connector.http.HttpConnector"
Cisco MDS 9000 Family Fabric Manager Configuration Guide
7-6
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="80" minProcessors="5" maxProcessors="75"
enableLookups="false" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="60000"/>
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true"
acceptCount="10" debug="0" scheme="https" secure="true">
<Factory className="org.apache.catalina.net.SSLServerSocketFactory"
clientAuth="false" protocol="TLS"/>
port="80" minProcessors="5" maxProcessors="75"
enableLookups="false" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="60000"/>
Chapter 7
Fabric Manager Web Client
OL-17256-03, Cisco MDS NX-OS Release 4.x

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents