To configure an NFM-P main server to request a PKI-server TLS certificate
Purpose
CAUTION Service Disruption |
Performing the procedure requires that you shut down the main server, which may be service-affecting.
If the main 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 main server to request a new TLS certificate from a PKI server. This may be required during the initial installation of a main 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 main server station as the nsp user. |
3 |
Open a console window. |
4 |
Stop the main server.
|
5 |
Enter the following: # samconfig -m main ↵ The following is displayed: Start processing command line inputs... <main> |
6 |
Enter the following: <main> configure tls ↵ The prompt changes to <main configure tls>. |
7 |
Enter the following: <main configure tls> no keystore-file ↵ |
8 |
Enter the following: <main configure tls> no truststore-file ↵ |
9 |
Perform one of the following:
|
10 |
Perform one of the following:
|
11 |
Enter the following: <main configure tls> alias alias ↵ where alias is the keystore alias to assign |
12 |
Enter the following: <main configure tls> pki-server server ↵ where server is the PKI server IP address or hostname |
13 |
If the PKI server is to use a port other than the default for servicing requests, enter the following: <main configure tls> pki-server-port port ↵ where port is the PKI server port number |
14 |
Enter the following: <main configure tls> exit ↵ The prompt changes to <main>. |
15 |
Enter the following: <main> apply ↵ The configuration is applied. The main server: |
16 |
Enter the following: <main> exit ↵ The samconfig utility closes. |
17 |
Enter the following to return to the nsp user: # exit ↵ |
18 |
Start the main server.
|
19 |
Close the console window. End of steps |