Configure the operating system for PKI-based authentication to use
local revocation data when unable to access the network to obtain it
remotely. Modify all of the cert_policy
lines in
/etc/pam_pkcs11/pam_pkcs11.conf
to include crl_auto
or crl_offline
like so:
cert_policy = ca,signature,ocsp_on,crl_auto;