Cisco ASA Series Cli Configuration Manual page 975

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

Chapter 1
Configuring Digital Certificates
Restoring Users
To restore a user and a previously revoked certificate that was issued by the local CA server, perform the
following steps:
Command
Step 1
crypto ca server
Example:
hostname (config)# crypto ca server
Step 2
crypto ca server unrevoke cert-serial-no
Example:
hostname (config)# crypto ca server unrevoke
782ea09f
Removing Users
To delete a user from the user database by username, perform the following steps:
Command
Step 1
crypto ca server
Example:
hostname (config)# crypto ca server
Step 2
crypto ca server user-db remove username
Example:
hostname (config)# crypto ca server user-db remove
user1
Configuring Digital Certificates
Purpose
Enters local ca server configuration mode. Allows
you to configure and manage a local CA.
Restores a user and unrevokes a previously revoked
certificate that was issued by the local CA server.
The local CA maintains a current CRL with serial
numbers of all revoked user certificates. This list is
available to external devices and can be retrieved
directly from the local CA if it is configured to do so
with the cdp-url command and the publish-crl
command. When you revoke (or unrevoke) any
current certificate by certificate serial number, the
CRL automatically reflects these changes.
Purpose
Enters local ca server configuration mode. Allows
you to configure and manage a local CA.
Removes a user from the user database and allows
revocation of any valid certificates that were issued to
that user.
Cisco ASA Series CLI Configuration Guide
1-39

Advertisement

Table of Contents
loading

Table of Contents