PRIVATE_KEY_PWD - UCMD Manager configuration option
Description
The PRIVATE_KEY_PWD option specifies the password or pass phrase for the PEM-formatted RSA private key specified with the PRIVATE_KEY option.
Note
Whether or not the password is required or not depends on whether or not it is required by the private key.
z/OS
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, Short Form | n/a | ||||
Command Line, Long Form | -private_key_pwd password |
|
|
| |
Environment Variable | UCMDPRIVATEKEYPWD=password |
|
|
| |
Configuration File Keyword | private_key_password=password |
|
|
|
|
STRUCM Parameter | PVTKEYPWD(password) |
|
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | n/a | ||||
Command Line, Long Form | -private_key_pwd password |
|
|
| |
Environment Variable | UCMDPRIVATEKEYPWD=password |
|
|
| |
Configuration File Keyword | private_key_password=password |
|
|
|
|
STRUCM Parameter | PVTKEYPWD(password) |
|
Values
password is the password for the private key.
IBM i
Characters may be incorrectly translated due to reverse representations under 037 and 1047 CCSIDs:
- hat (circumflex): logical not
- left bracket: Y acute
- right bracket: diaeresis (umlaut)
The hex/decimal exchanges are:
- 5F/95: B0/176
- AD/173: BA/186
- BD/189: BB/187