Step 1: Obtain the Certificate
Make sure you have the certificate file, which might have a .cer
, .crt
, .pfx
, or .pem
extension.
Step 2: Open the Certificates Management Console
- Press
Win + R
to open the Run dialog box. - Type
mmc
and press Enter. - In the Microsoft Management Console (MMC), click File > Add/Remove Snap-in.
- Select Certificates from the list of snap-ins, and click Add.
- Choose Computer account > Local computer, and click Finish.
- Click OK to close the dialog.
Step 3: Import the Certificate
- In the MMC window, expand Certificates (Local Computer).
- Right-click on the folder where you want to install the certificate (e.g., Personal, Trusted Root Certification Authorities, or Intermediate Certification Authorities).
- Select All Tasks > Import.
- Follow the wizard to browse and select your certificate file.
- If you’re importing a
.pfx
or.p12
file, you will need to enter the password for the file. - Complete the wizard to finish the import process.
Step 4: Verify Installation
- After importing, check if the certificate is listed in the selected store.
- Right-click on the certificate and choose Open to verify its details.
That’s it! The certificate should now be installed on your Windows machine.