Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Description

The ECDSA_PRIVATE_KEY option specifies the location of the PEM-formatted ECDSA private key that corresponds to the X.509 certificate specified by the ECDSA_CERTIFICATE option.

Note

ECDSA_PRIVATE_KEY is required only if a certificate is specified by ECDSA_CERTIFICATE.

z/OS

 ECDSA_PRIVATE_KEY is used only when the SSL_IMPLEMENTATION option is set to openssl.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Configuration File Keyword

ecdsa_private_key ddname or file

(tick)

(tick)

(tick)

(tick)

Values

z/OS

ddname is the ddname of the PEM-formatted ECDSA 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.

UNIX

file is the path of the PEM-formatted ECDSA private key file that corresponds to the X.509 certificates.

Windows

file is the path of the PEM-formatted ECDSA private key file that corresponds to the X.509 certificates.

IBM i

file is the qualified name of the PEM-formatted ECDSA private key file that corresponds to the X.509 certificates.
 
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.

  • No labels