Setting CRL duration

Prev Next

When the certificate revocation list (CRL) exceeds this duration setting, the CRL expires.

To set the duration of Endpoint Security (HX) certificate revocation list (CRL):
  1. Enable CLI configuration mode.

    hostname > enable
    hostname # configure terminal
                      
  2. Specify the CRL duration, in days:

    hostname (config) # hx pki server crl-days <days>
                      

    where <days> is the number of days that the Endpoint Security (HX) CRL remains active. Valid values range from 0 and 65535 days. The default is 30 days.

    To set the duration back to the default, use the no form of this command:

    hostname (config) # no hx pki server crl-days
                      
  3. Save your changes:

    hostname (config) # write memory