Secure Credential Store
You can use the Secure Credential Store to encrypt credentials in the agent configuration for environments where security policies require secure credentials on disk.
The Secure Credential Store is comprised of two components:
scs-tool.jar
: A utility to create the secure credential store, encrypt credentials, and obfuscate the credential store password.- Secure credential keystore: A keystore for the secret encryption key.
The Secure Credential Store encrypts plain text using the strongest encryption available according to the system's encryption jurisdiction policy.
For the .NET Agent, see Encrypt Credentials in .NET Agent Configuration.
- For the Analytics Agent:
ad.secure.credential.store.filename
ad.secure.credential.store.password
See Analytics Agent Rules.
- For the Java, Machine, and Database Agents:
<controller-ssl-enabled>
<controller-keystore-filename>
<controller-keystore-password>
See Java Agent Configuration Properties, Machine Agent Properties, and Database Agent Properties.