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
1 |
Log in as the root user on an auxiliary database station. |
2 |
Enter the following: # cd /opt/nsp/nfmp/auxdb/install/bin ↵ |
3 |
Enter the following to regenerate the TLS certificates: # ./auxdbAdmin.sh configureTLS ↵ |
4 |
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. |
5 |
Close the open console windows. End of steps |