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. Type the password changeit during the prompt.

    This is the default password, unless otherwise modified.

  6. Type 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
    
  7. Restart Tomcat service:

    systemctl restart tomcat

  8. Restart the adapter, following the instructions in “Installed services”.