Changing the encryption key to secure PATROL Agent data
To change the encryption key
Perform the following sequence of steps to change the unique key:
- Log in to the computer on which the Presentation Server is installed, and navigate to the <Presentation Server Install Directory>\truesightpserver\bin directory.
Run the following command to change the key:
#Syntax
tssh key set <module name> (PatrolAgent | PolicyStore) <tenant name>
Example: To change the encryption key for the PATROL Agent
Run the following command to change the unique key that is used to encrypt the Policy data credentials, and PATROL Agent query command credentials and then sent to the PATROL Agent.
Run the command as shown in the following code block:
tssh key set PatrolAgentWhen you run the preceding command, you are prompted to provide user name and password to complete the key change request as shown in the following screenshot:
Example: To change the encryption key for the policy store
Run the following command to change the unique key that is used to encrypt the PATROL Agent policy credentials stored in the policy store.
Run the command as shown in the following code block:
tssh key set PolicyStoreWhen you run the preceding command, you are prompted to provide user name, password, and a passphrase to complete the key change request as shown in the following screenshot:
Where to go from here