PRIVATE_KEY - UCTL Manager configuration option
Description
The PRIVATE_KEY option specifies the location of the PEM-formatted RSA private key that corresponds to the X.509 certificates specified by the CERTIFICATE option.
PRIVATE_KEY is required only if a certificate is specified by CERTIFICATE.
PRIVATE_KEY is used only when the SSL_IMPLEMENTATION option is set to openssl.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
|---|---|---|---|---|---|
Command Line, Short Form | n/a | ||||
Command Line, Long Form | -private_key ddname or file | ||||
Environment Variable | UCTLPRIVATEKEY=file | ||||
Configuration File Keyword | private_key ddname or file | ||||
STRUCT Parameter | PVTKEYF(file [lib]) |
Values
IBM i | file is the qualified name of the PEM-formatted RSA private key file that corresponds to the X.509 certificates. The file name can be qualified by a library name (lib). If not, the library list *LIBL is searched for the first occurrence of the file name. |
|---|---|
UNIX | file is the path of the PEM-formatted RSA private key file that corresponds to the X.509 certificates. |
Windows | file is the path of the PEM-formatted RSA private key file that corresponds to the X.509 certificates. |
z/OS | ddname is the ddname of the PEM formatted RSA private key that corresponds to the X.509 certificates. Allocated to the ddname must be either a sequential data set or a member of a PDS that has a variable record format. |