import command
Use the import command to import the certificate and expose the UEFI extra settings to multiple servers.
import command syntax
OneCli.exe config import <setting> --file <importfilename> [common options
| Parameter | Required/Optional | Notes |
|---|---|---|
| command option | Optional |
|
| --extra-settings | Required | Specify OneCLI to process the UEFI extra settings. |
| --file | Required |
|
| Optional | Refer to Table 2. |
Example of the import command
To import the certificate:
OneCli config import BMC.SSL_HTTPS_SERVER_CSR --bmc USERID:xxxx@xx.xxx.xxx.xx
--log 5 --file export.pem --output output/oob_import_certificate_ipv4 -N --redfis
To expose the setting:
OneCli config import --file importjsonfile.txt --advance-setup -q -b USERID:
xxxx@xxxx@xx.xxx.xxx.xxx --log 5
Give documentation feedback