Disable PKI
Note: If NetWitness users or Administrators are unable to access the NetWitness UI and want to use user name and password based authentication, you must disable PKI using the command line. See, Disable PKI using command line.
Disable PKI Authentication
- Go to (Admin) > Security.
The Security view is displayed with the Users tab open. - Click the PKI Settings tab.
- In the PKI Based Authentication Status section, select Disabled.
The PKI Based Authentication Disabled dialog is displayed. - Click Yes.
Note: After disabling the PKI, wait for some time, close the browser, and open NetWitness in a new browser.
Disable PKI using command lineDisable PKI using command line
You can disable PKI using either of the following two methods.
Method 1: Using nw-shell
- SSH to access root@node-0.
- Run the following command:
- nw-shell.
- login {Enter the username and password to login}
- connect --service orchestration-server
- cd /rsa/orchestration/userpki/disable-pki-on-hosts
- invoke
- connect --service admin-server
- cd /rsa/security/authentication/web/pki-enabled
- set false
- cd/rsa/security/pki/client-auth
- set WANT
- exit
- systemctl restart rsa-nw-admin-server
- systemctl restart rsa-nw-security-server
Note: The command systemctl restart rsa-nw-admin-server restarts the admin server and systemctl restart rsa-nw-security-server restarts the security server.
Method 2: Using orchestration-cli-client
1. SSH to access root@node-0.
2. Run the following command:
orchestration-cli-client --disable-pki -o <host-uuid>
Replace <host-uuid> with the unique identifier of the host where you want to disable PKI.
Notify Certificate Renewal
From NetWitness 12.5 or later, customers have the option to configure the Certificate Renewal Notification. By default, the notification is set to 31 days before the certificate expires. However, customers now have the flexibility to choose a notification period of up to 240 days before the certificate expiration date.
- Go to (Admin) > Security.
The Security view is displayed with the Users tab open. - Click the PKI Settings tab.
- Select the days between 31 and 240 from the Notify dropdown.
- Click Apply.
The Certificate Renewal Notification dialog is displayed. - Click Yes.