ECDSA_PRIVATE_KEY_PWD - UBROKER configuration option
Description
The ECDSA_PRIVATE_KEY_PWD option specifies the password or passphrase for the PEM-formatted ECDSA private key specified with the ECDSA_PRIVATE_KEY option.
info
Whether or not the password is required depends on whether or not it is required by the private key.
tip
ECDSA_PRIVATE_KEY_PWD is used only when the SSL_IMPLEMENTATION option is set to openssl.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
|---|---|---|---|---|---|
Command Line, Long Form | -ecdsa_private_key_pwd password | ||||
Environment Variable | UBRECDSAPRIVATEKEYPWD=password | ||||
Configuration File Keyword | ecdsa_private_key_password password |
Values
password is the password for the private key.