Updating the CRL
MEF Edge allows you to import the CRL of the MEF Edge upgrade package.
- Log in to the MEF Edge device environment as the root user.
- Run the following command to switch to the directory where run.sh is located:
cd Installation_directory/MEFEdge/software/
- Run the following commands to update the CRL in the MEF Edge software package:
./run.sh updatecrl -crl_path=Path_of_the_CRL_file
If the following information is displayed, the MEF Edge CRL is successfully updated:Execute [updatecrl] command success!
Table 1 updatecrl parameters Parameter
Mandatory/Optional
Description
crl_path
Mandatory
Path for uploading the CRL file.
The path does not support soft links and must be an absolute path. The path length must be less than 4096 characters, the number of directory levels must be less than 99, and users in the same group and other users do not have the write permission. The owner must be root.
The owner of the file specified by crl_path must be root. Users in the same group and other users do not have the write permission on the file, and the file size cannot exceed 1 MB.
Parent topic: Common Operations