If someone sends you a certificate, or you transfer a certificate from one computer to another, the certificate must be imported before it can be used. The process of importing the certificate places it in the correct certificate folder.
1.
Open Certificate Manager by clicking the Start button , typing certmgr.msc into the Search box, and then pressing ENTER. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
2.
Click a folder, click the Action menu, point to All Tasks, and then click Import.
3.
Click Next, and then follow the instructions.
NoteIf you click Browse to search for a certificate when using the Certificate Import Wizard, be aware that the Open dialog box only displays X.509 certificates by default. If you want to import another type of certificate, select the certificate type you want to import in the Open dialog box.
If you want to create a backup copy of the certificate or use it on another computer, you must first export it. Exporting the certificate puts it in a file that you can then transfer to another computer or put in a safe place. We recommend that you export certificates to removable media, such as a floppy disk or USB flash drive.
1.
Open Certificate Manager by clicking the Start button , typing certmgr.msc into the Search box, and then pressing ENTER. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
2.
Right-click the certificate that you want to export, point to All Tasks, and then click Export.
3.
In the Certificate Export Wizard, click Next.
4.
If you're going to use this certificate on another computer, click Yes, export the private key; otherwise, click No, do not export the private key, and then click Next. (This option will appear only if the private key is marked as exportable and you have access to the private key.)
5.
Select the format you want to use, and then click Next.
NoteChoosing the format you want to use depends on how you want to use the certificate. For a certificate with a private key, use the Personal Information Exchange format. If you want to move multiple certificates in one file from one computer to another, use the Cryptographic Message Syntax Standard. If you need to use a certificate on more than one operating system, use the DER encoded binary X.509 format.
6.
If you chose to export the private key, type the password you want to use to encrypt the key, confirm it, and then click Next.
7.
The export process creates a file to store the certificate in. Enter a name for the file and the location (include the entire path), or click Browse, navigate to the location, and then enter the file name.
A digital document that verifies the identity of a person or indicates the security of a website. Certificates are issued by trusted companies known as Certification Authorities.
Private key
__elbasuer__
Private key
One of a pair of keys used for file encryption (the other is a public key). People typically use a private key to decrypt information (such as a file or message) that was encrypted using the corresponding public key, or to digitally sign a message. People keep their private keys secret.
Removable media
__elbasuer__
Removable media
Anything used for information storage that is designed to be easily inserted into and removed from a computer or portable device. Common removable media include CD and DVD discs, as well as removable memory cards.
USB flash drive
__elbasuer__
USB flash drive
A small device used to store information. USB flash drives plug into computer USB ports so you can copy information to or from them, making it easy to share and transport information.
Operating system
__elbasuer__
Operating system
The computer program that manages all other programs on the computer. The operating system stores files, allows you to use software programs, and coordinates the use of computer hardware (such as the keyboard and mouse).
Path
__elbasuer__
Path
A sequence of folders (directories) that leads to a specific file or folder. A backslash is used to separate each folder in the path. For example, the path to a file called invoice.txt might be C:\Documents\July\invoice.txt.