database path
To specify a path or location for the local CA server database, use the database command in ca server configuration mode. To reset the path to flash memory, the default setting, use the no form of this command.
[ no ] database path mount-name directory-path
Syntax Description
directory-path |
Specifies the path to a directory on the mount point where the CA files are stored. |
mount-name |
Specifies the mount name. |
Command Default
By default, the CA server database is stored in flash memory.
Command Modes
The following table shows the modes in which you can enter the command:
Command Mode |
Firewall Mode |
Security Context |
|||
---|---|---|---|---|---|
Routed |
Transparent |
Single |
Multiple |
||
Context |
System |
||||
Ca server configuration |
|
— |
|
— |
— |
Command History
Release |
Modification |
---|---|
8.0(2) |
This command was added. |
Usage Guidelines
The local CA files stored in the database include the certificate database, user database files, temporary PKCS12 files, and the current CRL file. The mount-name argument is the same as the name argument for the mount command that is used to specify a file system for the ASA.
Note |
These CA files are internal, stored files and should not be modified. |
Examples
The following example defines the mount point for the CA database as cifs_share and the database files directory on the mount point as ca_dir/files_dir:
ciscoasa(config)# crypto ca server
ciscoasa
(config-ca-server)
# database path cifs_share ca_dir/files_dir/
ciscoasa
(config-ca-server)
#