Importing a CRL
Importing a CRL is to verify the integrity of the installation package. The import procedure is as follows:
- Obtain the CRL from the CA.
- Log in to the system background as the root user.
- Upload the CRL to a directory (for example, /var).
- Run the following command to go to the AtlasEdge installation path/AtlasEdge/edge_work_dir/edge_om/bin directory:
cd AtlasEdge installation path/AtlasEdge/edge_work_dir/edge_om/bin
- Run the following command to import the CRL.
./update_software_CRL.sh --crlPath=/var/newCrl.crl
--crlPath indicates the path of the CRL, for example, /var/newCrl.crl.
Parent topic: Common Operations