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 PRIVATE_KEY_FILE option specifies either:

  • File from which the RSA private key is read (certificate creation/verification only, use the PRIVATE_KEY_INFILE option to re-use private keys for request creation).
  • File to which the RSA private key is written when generating a certificate request.

The key is encoded in a password encrypted PKCS #8 syntax.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

-e ddname or file

(tick)

(tick)

(tick)

Command Line, Long Form

-private_key_file ddname or file

(tick)

(tick)

(tick)

Environment Variable

UCRPRIVATEKEYFILE=ddname or file

(tick)

(tick)

(tick)

Values

ddname or file is the name of the file.

The format of the file is specified by the PRIVATE_KEY_FORMAT option.

  • No labels