For establishing a secure connection to the Network Configuration Manager server:

  1. From the Network Configuration Manager Application or Combination server, export the self signed certificate from [Product Directory]/conf/voyence-ssl.keystore to a file using the steps:

  2. source /etc/voyence.conf

  3. $JAVA_HOME/bin/keytool -export -keystore [Product directory]/conf/voyence-ssl.keystore -alias selfsigned -file <CERTIFICATE>

    To find the location of JAVA_HOME, type the command echo $JAVA_HOME. Ensure that JAVA_HOME is pointing to the right version of Java. For example, <<VOYENCE_HOME>>/java.

    Note:

    <CERTIFICATE> can be any name and it is the file that is created from the export.

    Press Enter without entering a password.

  4. Import the self signed certificate from the file <CERTIFICATE>.

    $JAVA_HOME/bin/keytool -keystore $JAVA_HOME/lib/security/cacerts -import -file <CERTIFICATE> -alias selfsigned
    
  5. Enter password changeit during the prompt.
    Note: This is the default password, unless otherwise modified.
  6. Enter Yes and click Enter when the Trust the certificate prompt appears.

    To view the imported certificate, type:

    $JAVA_HOME/bin/keytool -keystore $JAVA_HOME/lib/security/cacerts -list -alias selfsigned
    

    Next step, install the Device server as described in “Install a Device server using console installer” on page 95.