OpenSSL Certificate Verification Depth
(OpenSSL only) Specifies how deeply the agent verifies AM’s server certificate before deciding the certificate is not valid.
The depth is the maximum number of CA certificates that are followed while verifying the server certificate. If the certificate chain is longer than allowed, the certificates above the limit are ignored.
The property accepts the following values:
-
0: Only self-signed certificates are accepted. -
1: Client certificates can be self-signed or must be signed by a CA which is directly known to the agent container. -
2or more: A chain of the specified number of certificates, including the previous ones. For example, the value5allows certificates from level0to level5.
This property is relevant only when server certificates are validated (Server Certificate Trust is false).
Default: 9
Property name |
|
Function |
Encryption |
Type |
Integer |
Bootstrap property |
Yes |
Required property |
No |
Restart required |
No |