Back up a certification authority
Updated: January 21, 2005
To back up a certification authority
Using the Windows interface
-
Log on to the system as a Backup Operator or a Certification Authority Administrator.
-
Open Certification Authority.
-
In the console tree, click the name of the certification authority (CA).
Where?
-
Certification Authority (Computer)/CA name
-
On the Action menu, point to All Tasks, and click Back Up CA.
-
Follow the instructions in the Certification Authority Backup Wizard.
Notes
-
To open Certification Authority, click Start, click Control Panel, double-click Administrative Tools, and then double-click Certification Authority.
-
This procedure is useful if you want to back up a CA without backing up the entire server on which the CA is installed.
In general, you should use Backup to back up and restore both the CA and the server. For more information about backing up a computer running a Windows Server 2003 operating system, see Related Topics.
-
By default, members of the local Administrators group for the certification authority can also back up the certification authority.
Using a command line
-
Open Command Prompt.
-
Type:
certutil -backup BackupDirectory
|
Value
|
Description
|
|---|
backup | Specifies a full backup of the CA's data. |
BackupDirectory | Specifies the path to use to store the backup data. |
Notes
-
To open a command prompt, click Start, point to All programs, point to Accessories, and then click Command prompt.
-
To view the complete syntax for this command, at a command prompt, type:
certutil -backup -?
Information about functional differences
-
Your server might function differently based on the version and edition of the operating system that is installed, your account permissions, and your menu settings. For more information, see Viewing Help on the Web.
See Also