To configure an NFM-P auxiliary server to request a PKI-server TLS certificate
Purpose
CAUTION Service Disruption |
Performing the procedure requires that you shut down the auxiliary server, which may be service-affecting.
If the auxiliary server is in service, ensure that you perform the procedure only during a scheduled maintenance period.
The following steps describe how to configure an NFM-P auxiliary server to request a new TLS certificate from a PKI server. This may be required during the initial installation of an auxiliary server, or whenever a new certificate is required.
Steps
1 |
Ensure that the PKI server is configured and running; see To configure and enable a PKI server. |
2 |
Log in to the auxiliary server station as the nsp user. |
3 |
Open a console window. |
4 |
Stop the auxiliary server.
|
5 |
Enter the following to switch to the root user: bash$ su - ↵ |
6 |
Enter the following: # samconfig -m aux ↵ The following is displayed: Start processing command line inputs... <aux> |
7 |
Enter the following: <aux> configure tls ↵ The prompt changes to <aux configure tls>. |
8 |
Enter the following: <aux configure tls> no keystore-file ↵ |
9 |
Perform one of the following:
|
10 |
Enter the following: <aux configure tls> pki-server server ↵ where server is the PKI server IP address or hostname |
11 |
If the PKI server is to use a port other than the default for servicing requests, enter the following: <aux configure tls> pki-server-port port ↵ where port is the PKI server port number |
12 |
Enter the following: <aux configure tls> exit ↵ The prompt changes to <aux>. |
13 |
Enter the following: <aux> apply ↵ The configuration is applied. The auxiliary server: |
14 |
Enter the following: <aux> exit ↵ The samconfig utility closes. |
15 |
Enter the following to return to the nsp user: # exit ↵ |
16 |
Start the auxiliary server.
|
17 |
Close the console window. End of steps |