Sun N1 Service Provisioning System 5.1 Installation Guide

ProcedureHow to Copy the Keystore File

Complete the following steps to copy the keystore file to the N1SPS5.1-MasterServer-home/server/tomcat/keystore file.

Before You Begin

Generate an SSL Certificate, and obtain a signature from a Certifying Authority if necessary. For instructions, see Creating a Keystore File and Keystore Password for HTTPS Connections.

Steps
  1. Move the keystore file to the Master Server home directory.


    %mv /keystore-location N1SPS5.1-MasterServer-home/server/tomcat/keystore
    

    /keystore-location is the location and filename where you stored the generated key. N1SPS5.1-MasterServer-home is the directory where you installed the Master Server.

  2. Change to the directory where you moved the keystore file.


    % cd N1SPS5.1-MasterServer-home/server/tomcat/
    

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

  3. Set the ownership and permissions on the keystore file:


    %chmod 600 keystore
    

    %chown MS_user:MS_group keystore
    

    MS_user is the user that owns the Master Server application. MS_group is the group that owns the Master Server application.