Importing a CRL

Prev Next

You can import an Endpoint Security (HX) certificate revocation list (CRL) from a URL.

To import an Endpoint Security (HX) certficate revocation list (CRL):
  1. Enable CLI configuration mode.

    hostname > enable
    hostname # configure terminal
                      
  2. Import the CRL:

    hostname (config) # hx pki server crl-upload distro <url>
                      

    where <url> is the URL from which the CRL should be uploaded.

    For example:

    hostname (config) # hx pki server crl-upload distro https://10.42.138.20
                      
  3. Save your changes:

    hostname (config) # write memory