Importing the CRL File (crl)
Function
The crl command is used to import the certificate revocation list (CRL) file, which is used to verify the integrity of the upgrade package.
Format
ipmcset -d crl -v <localpath/URL> <type>
Parameters
Parameter |
Description |
Value |
---|---|---|
localpath |
Specifies the directory in which the CRL file is imported on the iBMC. NOTE:
The file must be in the *.crl format and smaller than 100 KB. |
Absolute directory on the iBMC, for example, /tmp/cms.crl. |
URL |
Specifies the URL of the CRL file to be imported. |
The format is as follows: protocol://[username:password@]IP:[port]/directory/filename Where,
Example value: https://Administrator:Admin@9000@10.10.10.1:443/tmp/cms.crl |
type |
Specifies the CRL file type. |
It has a fixed value of 1. |
Usage Guidelines
Before running this command, use a file transfer tool supporting SFTP (for example WinSCP) to transfer the file to be imported to the specified directory (for example /tmp) of the iBMC file system.
Example
# Import the CRL file.
iBMC:/-> ipmcset -d crl -v /tmp/cms.crl 1
Import CRL file successfully.