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>
Parameters
Type |
Description |
|---|---|
update |
Update scenario |
to_update_crl |
Path of the CRL uploaded to the server |
The path of the updated CRL file is as follows:
root user: /etc/hwsipcrl/
Non-root user: ~/.local/hwsipcrl/
Example
ascend-cert --update {update_crlfile}.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