omit-root-cert

By default the complete certificate chain is sent as part of an SSL/TLS Certificate Message. An optional mode is allowed by the TLS RFC in which the root certificate (anchor) is omitted from the Certificate Message. Setting this option to true causes the root cert to be omitted from the message.

Syntax

omit-root-cert = {true|false}

Description

This configuration entry is a global option and affects all web connections to the server.

Options

true
Omit the root certificate from the message.
false
Do not omit the root certificate from the message.

Usage

This stanza entry is optional.

Default value

false

Example

omit-root-cert = false