N1 Service Provisioning System 4.1 Installation Guide

Configuring SSL

During the installation, each application is configured to do the following:

You can change the SSL configuration of each application to perform the following security checks:


Note –

To enable authentication, you must initialize the key stores after installation of the application.


ProcedureHow to Configure SSL

Step
  1. Manually edit the config.properties file to change the SSL configuration.

    The following table lists the settings in the config.properties file that are related to SSL configurations. Change the parameters based on the type of SSL connectivity you want to use.

    Parameter 

    Default Value 

    Description 

    net.ssl.cipher.suites

    SSL_RSA_WITH_3DES_EDE_CBC_SHA

    A comma separated list of SSL cipher suites to enable. For a list of supported SSL Cipher suite, see SSL Cipher Suites.

    net.ssl.client.auth

    false

    Specifies whether the SSL server should authenticate clients connecting to it. 

    net.ssl.trust.store.path

    N1SPS4.1–home/data/trust.store

    The path to the trust key store. The key store that contains the public keys of the nodes that are allowed to connect to this node.  

    net.ssl.private.store.path

    N1SPS4.1–home/data/private.store

    The path to the private key store. The key store that contains the public-private key pairs that this node uses to authenticate itself to other nodes. 

    net.ssl.key.store.pass

     

    The key store password.