392
Default
CRL checking is enabled.
Views
PKI domain view
Predefined user roles
network-admin
mdc-admin
Usage guidelines
A CRL is a list of revoked certificates signed and published by a CA. Revoked certificates should no
longer be trusted.
Enable CRL checking to ensure that the device only accepts certificates that have not been revoked
by the issuing CA.
Examples
# Disable CRL checking.
<Sysname> system-view
[Sysname] pki domain aaa
[Sysname-pki-domain-aaa] undo crl check enable
Related commands
pki import
pki retrieve-certificate
pki validate-certificate
crl url
Use
crl url
to specify the URL of the CRL repository.
Use
undo crl url
to restore the default.
Syntax
crl url url-string
[
vpn-instance
vpn-instance-name
]
undo crl url
Default
The URL of the CRL repository is not specified.
Views
PKI domain view
Predefined user roles
network-admin
mdc-admin
Parameters
url-string
: Specifies the URL of the CRL repository, a case-sensitive string of 1 to 511 characters. The
URL format is ldap://
server_location
or http://
server_location
. The URL length is restricted by the CLI
string limitation or the
url-string
parameter, whichever is smaller.