Blogs

How do you disable CRL checking?

By Erdem posted 01-26-2016 08:03

  

Question

How do you disable CRL checking?

Answer

CRL checking is configurable per CA profile.

 

To disable CLR checking, enter the following CLI command syntax:

 

set security pki caprofile <variable>ca-profile</variable> revocation-check disable

And then complete it by entering:

 

commit

 

For more information, see Understanding Certificates and PKI


#FAQ