N1 Grid Service Provisioning System 5.0 Installation Guide

Requiring Users to Connect to the Master Server Browser Interface Using SSL

After you have configured the Master Server browser interface to use SSL, you can configure it further so that users must use SSL to connect to the on the N1 Grid Service Provisioning System Master Server.

ProcedureHow to Require Users to Connect to the Master Server Browser Interface Using SSL

Steps
  1. Replace the Tomcat web.xml file with the secure web.xml file.


    % cd /N1SPS5.0-MasterServer-home/server/webapp/WEB-INF
    

    % cp web.xml.secure web.xml
    

    N1SPS5.0-MasterServer-home is the directory where you installed the Master Server.

  2. Restart the Master Server.


    % N1SPS5.0-MasterServer-home/server/bin/cr_server start
    

    N1SPS5.0-MasterServer-home is the directory where you installed the Master Server.


    
    

ProcedureHow to Revert to the Original Configuration

Steps
  1. Stop the Master Server


    % N1SPS5.0-MasterServer-home/server/bin/cr_server stop
    

    N1SPS5.0-MasterServer-home is the directory where you installed the Master Server.

  2. To return to the original configuration, replace the secure web.xml file with the default web.xml file.


    % cd /N1SPS5.0-MasterServer-home/server/webapp/WEB-INF
    

    % cp web.xml.default web.xml
    

    N1SPS5.0-MasterServer-home is the directory where you installed the Master Server.

  3. Restart the Master Server.


    % N1SPS5.0-MasterServer-home/server/bin/cr_server start
    

    N1SPS5.0-MasterServer-home is the directory where you installed the Master Server.