CRL Update
Function
Used to compare the version of the CRL file uploaded to the server with that of the CRL file stored on the server. If the uploaded CRL file is updated, the locally stored CRL file will be updated.
Syntax
ascend-cert --update <to_update_crl>
ascend-cert -u <to_update_crl>
Parameter Description
Type |
Description |
|---|---|
update |
Update scenario |
to_update_crl |
Path of the CRL uploaded to the server |
The local CRL file of the root user is stored in /etc/hwsipcrl/ after the update.
Example
ascend-cert --update A300-3000-3010-npu_21.0.3.b030_linux-aarch64.zip.crl
The command output is as follows:
- A message is displayed, indicating that no update is required.
CRL compare result: input CRL is same with or older than local, No need to update!
- A message is displayed, indicating that the update is successful.
update crl file success!
Parent topic: Functions