CERTIFICATE_REVOCATION_LIST - UCMD Manager configuration option
Description
The CERTIFICATE_REVOCATION_LIST option specifies the file name / ddname of the PEM-formatted file containing the Certificate Revocation List (CRL) issued by the trusted Certificate Authority.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | n/a | ||||
Command Line, Long Form | -crl file or ddname |
|
|
| |
Environment Variable | UCMDCRL=file |
|
|
| |
Configuration File Keyword | crl file or ddname |
|
|
|
|
STRUCM Parameter | CRLFILE(file [lib]) [CRLMBR(member)] |
|
Values
z/OS | ddname is the ddname of the file containing the CRL. The value is used only when the SSL_IMPLEMENTATION option is set to OPENSSL. |
---|---|
UNIX | file is the path name of the file containing the CRL. Relative paths are relative to the current working directory. |
Windows | file is the path name of the file containing the CRL. Relative paths are relative to the current working directory. |
IBM i | file is the qualified file name of the CRL 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. |