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

Version 1 Current »

Description

The ECDSA_CERTIFICATE option specifies the file / ddname name of the PEM-formatted ECDSA X.509 certificate that identifies the Universal Broker.

An ECDSA X.509 certificate is required if clients require Universal Broker authentication.

Note

If the ECDSA_CERTIFICATE option is used, the ECDSA_PRIVATE_KEY option also is required.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Configuration File Keyword

ecdsa_certificate ddname or file

(tick)

(tick)

(tick)

(tick)

Values

z/OS

ddname is the ddname of the X.509 ECDSA 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 ECDSA certificate file. Relative paths are relative to the current working directory.

Windows

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

IBM i

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

  • No labels