Importing a CRL

Importing a CRL is to verify the integrity of the installation package. The import procedure is as follows:

  1. Obtain the CRL from the CA.
  2. Log in to the system background as the root user.
  3. Upload the CRL to a directory (for example, /var).
  4. 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
  5. 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.