Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
1378851
1378851
Description

Anchor
1378854
1378854
The CERTIFICATE option specifies the file / ddname name of the PEM-formatted X.509 certificate that identifies the UCMD Manager.

...

Method

Syntax

IBM i

UNIX

Windows

z/OS

Command Line, Short Form

n/a





Command Line, Long Form

-cert ddname or file


(tick)

(tick)

(tick)

Environment Variable

UCMDCERT=file

(tick)

(tick)

(tick)


Configuration File Keyword

certificate ddname or file

(tick)

(tick)

(tick)

(tick)

STRUCM Parameter

CERT(file [lib])
[CERTMBR (member)]

(tick)




Values

z/OS

ddname is the ddname of the X.509 certificate. The value is used only when the SSL_IMPLEMENTATION option is set to OPENSSL.
 
Allocated to the ddname must be either a sequential data set or a member of a PDS that has a variable record format.

UNIX

file is the path name of the X.509 certificate file. Relative paths are relative to the current working directory.

Windows

file is the path name of the X.509 certificate file. Relative paths are relative to the current working directory.

IBM i

file is the qualified file name of the X.509 certificate 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.