SSL Configuration Parameters
Parameters | Default | Description |
---|---|---|
Client_Cert_Alias | no default | The client certificate sent to the Key Manager when client certificate authentication is enabled. If you have multiple client certificates in a keystore, you might want to specify which client certificate is sent to the Key Manager during the SSL handshake. If you do not specify a client certificate, either in the properties file or programmatically, the first certificate in the keystore is sent to the Key Manager. |
Client_Cert_Passphrase | no default | The passphrase needed to access the client certificate listed in Client_Cert_Alias . If you specify a value for the Client_Cert_Alias , you should also specify a value for the Client_Cert_Passphrase , otherwise the keystore password is used. |
Key_Store_Location | no default | Location of the key store where user stores certificates both CA certificates and end user certificates.The path can be absolute or relative to your application. Don’t use quotes, even if the path contains spaces. |
Key_Store_Password | Password to unlock the keystore. | |
Passphrase_Encrypted | no | Refers to the enabling the passphrase associated with the keystore. Possible settings: •yes: set this value, if you want to obfuscate the passphrase •no: set this value, if you do not want to obfuscate the passphrase. |