https : caCertificates

Certificate authority (CA) files to use when authenticating certificates.

Value

String.

The filepath is relative to NRM_DATA_DIR/config. You cannot specify an absolute path.

For the recommended path, see Copying certificates and keys.

Default

(empty)

How to set

In Management Station, set on the Nuance Resource Manager service. If not using Management Station, set in the resource manager configuration file (User-nrm01.yaml see Configuration roadmap).

Usage

Typically changed once, when setting up secure connections during the transition from development to production environments. See Securing connections with SSL/TLS.

Note: Most sites do not need to specify this property. By default (the property is empty), the service loads any trusted CA signing certificates already loaded on the host. This means that if you acquire Speech Suite certificates from an authority that is already loaded, it's not necessary to configure this property. (There's no problem if you specify the property unnecessarily, in which case you overwrite the default behavior.) If you acquire certificates from more than one authority, include every CA file.

In Management Station, format the value as a string array: one or more comma-separated values enclosed in square brackets [ ].

Example for a single certificate:

[customerCA.crt]

Example for multiple certificates:

[krypton.crt,nle.crt,ntpe.crt]