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:

cd /opt/nsp/nfmp/auxdb/install/bin ↵


Enter the following to regenerate the TLS certificates:

./auxdbAdmin.sh configureTLS ↵


Enter the following to restart the auxiliary database services:

./auxdbAdmin.sh stopAndDisableServices ↵

./auxdbAdmin.sh startAndEnableServices ↵

Note: If the auxiliary database is geo-redundant, you must perform these steps on a station in each auxiliary database cluster.


Close the open console windows.

End of steps