41-11
Cisco ASA 5500 Series Configuration Guide using the CLI
Chapter41 Configuring Digital Certificates
Configuring Digital Certificates
enrollment url url
Example:
hostname/contexta(config-ca-trustpoint)# enrollment
url http://10.29.67.142:80/certsrv/mscep/mscep.dll
Requests automatic enrollment using SCEP with the
specified trustpoint and configures the enrollment
URL.
enrollment terminal
Example:
hostname/contexta(config-ca-trustpoint)# enrollment
terminal
Requests manual enrollment with the specified
trustpoint by pasting the certificate received from the
CA into the terminal.
Step3 revocation-check crl none
revocation-check crl
revocation-check none
Example:
hostname/contexta(config-ca-trustpoint)#
revocation-check crl none
hostname/contexta(config-ca-trustpoint)#
revocation-check crl
hostname/contexta(config-ca-trustpoint)#
revocation-check none
Specifies the available CRL configuration options.
Note To enable either required or optional CRL
checking, make sure that you configure the
trustpoint for CRL management after
obtaining certificates.
Step4 crl configure
Example:
hostname/contexta(config-ca-trustpoint)# crl
configure
Enters crl configuration mode.
Step5 email address
Example:
hostname/contexta(config-ca-trustpoint)# email
example.com
During enrollment, asks the CA to include the
specified e-mail address in the Subject Alternative
Name extension of the certificate.
Step6 enrollment retry period
Example:
hostname/contexta(config-ca-trustpoint)# enrollment
retry period 5
(Optional) Specifies a retry period in minutes, and
applies only to SCEP enrollment.
Step7 enrollment retry count
Example:
hostname/contexta(config-ca-trustpoint)# enrollment
retry period 2
(Optional) Specifies a maximum number of
permitted retries, and applies only to SCEP
enrollment.
Step8 fqdn fqdn
Example:
hostname/contexta(config-ca-trustpoint)# fqdn
example.com
During enrollment, asks the CA to include the
specified fully qualified domain name in the Subject
Alternative Name extension of the certificate.
Command Purpose