Updating CRL

After the private key of a company is disclosed, CA will issue a CRL to revoke the corresponding digital certificate, preventing the disclosed private key from verifying malicious software packages. This section provides the guidance for the administrator on how to update the VRG CRL to improve system O&M security.

Prerequisites

Procedure

  1. Use WinSCP to copy the obtained the CRL file to the /home/GalaX8800/ directory on the VRG whose CRL is to be updated.

    Ensure that user gandalf is used to establish the connection.

  2. Use PuTTY to log in to the VRG server in the 1 as gandalf user.
  3. Run the following command to enter password of user root and switch to user root:

    su -root

  4. Run the following command to prevent PuTTY from exiting due to session timeout:

    TMOUT=0

    After you run this command, the system continues to run when no operation is performed, resulting a risk. For security purposes, you are advised to run exit to exit the system after completing your operations.

  5. Run the following command to update the CRL:

    updateCrl -u Obtained CRL file

    Obtained CRL file refers to the xxxx.crl file that has been copied to the /home/GalaX8800 directory on the target host described in 1.

    The CRL is successfully updated if the following information is displayed:

    update crl success.

  6. Run the following command to delete the CRL file:

    rm /home/GalaX8800/Obtained CRL file

  7. Update the CRL file on other VRGs. For details, see steps 1 to 6.

Copyright © Huawei Technologies Co., Ltd.