How do I configure an NSP auxiliary database to request the NSP TLS certificate?

Purpose

The following steps describe how to configure an NSP auxiliary database to request a TLS certificate from the NSP cluster, as is required when a new or updated certificate is available.

Steps
 

Log in as the root user on an auxiliary database station.


Enter the following to regenerate the TLS certificates:

/opt/nsp/nfmp/auxdb/install/bin/auxdbAdmin.sh configureTLS force-gen ↵


Perform the following steps on each auxiliary database stations to restart the database proxy.

  1. Log in to the station as the root user.

  2. Open a console window.

  3. Enter the following:

    systemctl restart nspos-auxdbproxy.service ↵

    The auxiliary database proxy restarts, and the TLS configuration is updated.


Close the open console windows.

End of steps