Version: v2.14.x LTS
zwe certificate pkcs12 export
zwe certificate pkcs12 export
zwe > certificate > pkcs12 > export
zwe certificate pkcs12 export [parameter [parameter]...]
Description
Export PKCS12 keystore as PEM files.
Inherited from parent command
WARNING: This command is for experimental purposes and could be changed in the future releases.
Examples
zwe certificate pkcs12 export -f /path/to/my/keystore/file -p keystore-cert-password
Parameters
Full name | Alias | Type | Required | Help message |
---|---|---|---|---|
--keystore | -f | string | yes | PKCS12 keystore file name. |
--password | -p | string | yes | Password of the certificate keystore. |
--private-keys | string | no | Private keys should also be exported. |
Inherited from parent command
Full name | Alias | Type | Required | Help message |
---|---|---|---|---|
--help | -h | boolean | no | Display this help. |
--debug,--verbose | -v | boolean | no | Enable verbose mode. |
--trace | -vv | boolean | no | Enable trace level debug mode. |
--silent | -s | boolean | no | Do not display messages to standard output. |
--log-dir,--log | -l | string | no | Write logs to this directory. |
--config | -c | string | no | Path to Zowe configuration zowe.yaml file. |
--configmgr | boolean | no | Enable use of configmgr capabilities. |