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):
Enable CLI configuration mode.
hostname > enable hostname # configure terminal
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
noform of this command:hostname (config) # no hx pki server crl-daysSave your changes:
hostname (config) # write memory