CA_CERTIFICATES - UCMD Manager configuration option
Description
The CA_CERTIFICATES option specifies the location of the PEM-formatted trusted Certificate Authority (CA) X.509 certificates file.
Trust CA certificates are required if Universal Broker certificate authentication and verification is desired.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | n/a | ||||
Command Line, Long Form | -ca_certs ddname or file |
|
|
| |
Environment Variable | UCMDCACERTS=file |
|
|
| |
Configuration File Keyword | ca_certificates ddname or file |
|
|
|
|
STRUCM Parameter | CACERTS(file [lib] ) |
|
Values
z/OS | ddname is the ddname of the X.509 certificates. The value is used only when the SSL_IMPLEMENTATION option is set to OPENSSL. |
---|---|
UNIX | file is the path name of the X.509 certificates file. Relative paths are relative the current working directory. |
Windows | file is the path name of the X.509 certificates file. Relative paths are relative the current working directory. |
IBM i | file is the qualified file name of the X.509 certificates file. The file name can be qualified by a library name. If not, the library list *LIBL is searched for the first occurrence of the file name. |