export command
Use the export command to export a selected certificate or certificate sign request (CSR) file. The export command generates a binary file that is saved as the specified file path.
export command specific syntax
OneCli.exe config export <setting> --file <exportfilename> [<options>]
Parameter | Required/Optional | Notes |
---|---|---|
--setting | Required | Certificate management setting |
--file | Required | The file path to save the exported certificate. |
--kcs | Optional | Force to use IPMI over KCS local interface. |
| Optional | Refer to Table 2. |
Example of the export command
OneCli.exe config export IMM.SSL_HTTPS_SERVER_CERT --file temp.cert --bmc userid:password@host
Give documentation feedback