PRIVATE_KEY_FORMAT - Universal Certificate configuration option
Description
The PRIVATE_KEY_FORMAT option specifies the format of the private key file specified by the PRIVATE_KEY_FILE option.
Usage
Method |
Syntax |
IBM i |
HP NonStop |
UNIX |
Windows |
z/OS |
Command Line, Short Form |
-E format |
|
|
|
|
|
Command Line, Long Form |
-private_key_format format |
|
|
|
|
|
Environment Variable |
UCRPRIVATEKEYFORMAT=format |
|
|
|
|
|
Values
format is the format of the private key file.
Valid values for format are:
- pem
PEM-formatted file - der
A DER-formatted file
Default is pem.
See File Formats for details on file formats.