Cisco ASA Series Cli Configuration Manual page 968

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

Advertisement

Configuring Digital Certificates
Command
Step 3
crypto ca server
Example:
hostname (config)# crypto ca server
Step 4
database path mount-name directory-path
Example:
hostname (config-ca-server)# database path
mydata:newuser
Step 5
write memory
Example:
hostname (config)# write memory
Examples
The following example shows the list of local CA files that appear in flash memory or in external storage:
hostname (config-ca-server)# dir LOCAL* //
Directory of disk0:/LOCAL*
75
77
69
81
72
127119360 bytes total (79693824 bytes free)
Cisco ASA Series CLI Configuration Guide
1-32
-rwx 32
13:07:49 Jan 20 2007 LOCAL-CA-SERVER.ser
-rwx 229
13:07:49 Jan 20 2007 LOCAL-CA-SERVER.cdb
-rwx 0
01:09:28 Jan 20 2007 LOCAL-CA-SERVER.udb
-rwx 232
19:09:10 Jan 20 2007 LOCAL-CA-SERVER.crl
-rwx 1603
01:09:28 Jan 20 2007 LOCAL-CA-SERVER.p12
Chapter 1
Configuring Digital Certificates
Purpose
Enters local ca server configuration mode. Allows
you to configure and manage a local CA.
Specifies the location of mydata, the premounted
CIFS file system to be used for the local CA server
database. Establishes a path to the server and then
specifies the local CA file or folder name to use for
storage and retrieval. To return local CA file storage
to the ASA flash memory, use the no database path
command.
Note
To secure stored local CA files on an external
server requires a premounted file system of
file type CIFS or FTP that is
username-protected and password-protected.
Saves the running configuration.
For external local CA file storage, each time that you
save the ASA configuration, user information is
saved from the ASA to the premounted file system
and file location, mydata:newuser.
For flash memory storage, user information is saved
automatically to the default location for the start-up
configuration.

Advertisement

Table of Contents
loading

Table of Contents