Private Key Password
When AM is configured for client-side certificate verification and the PEM file containing the client certificate private key is password-protected, set this property to the encrypted password.
This property is provided in the agent-password.conf
file.
Encrypt the password by using agentadmin --p
command. For example:
$ /web_agents/agent-type/bin> ./agentadmin --p "key" $(< /tmp/pwd.txt)
Encrypted password value: zck…tc=
Where key
is the value of Agent Profile Password Encryption Key and /tmp/pwd.txt
is a text file containing the certificate password.
Default: Empty
Property name |
|
Function |
Encryption |
Type |
String |
Bootstrap property |
Yes |
Required property |
No |
Restart required |
No |