Enable Asymmetric Key Caching
To enable asymmetric key caching, set the following properties:
Asymmetric_Key_Cache_Enabled: Possible settings:
• yes: for ssl connections.
• tcp_ok: for tcp connections.
• no: to disable the feature. This is the default value.Example:
<Asymmetric_Key_Cache_Enabled>yes</Asymmetric_Key_Cache_Enabled>
OR
<Asymmetric_Key_Cache_Enabled>tcp_ok</Asymmetric_Key_Cache_Enabled>
Key_Cache_Expiry: Set the key cache expiry duration.
Example:
<Key_Cache_Expiry>43200</Key_Cache_Expiry>
Default value is 43200 seconds (12 hours).
For more details, refer to Asymmetric Key Caching.