Categories:
DH Keys (39)
DSA Keys (70)
EC Keys (347)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1955)
Revoked Certificates (30)
Root CA (87)
RSA Keys (1906)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
certmgr.msc - Import Personal Certificate
How to import personal certificate into certificate stores using "certmgr.msc"? My personal certificate also contains my private key and is stored in a PKCS#12 (Public-Key Cryptography Standards #12) file.
✍: FYIcenter.com
You can import a private key with a self-signed certificate stored
in a PKCS#12 file into certificate stores
using the "certmgr.msc" tool as shown in this tutorial.
1. Start "certmgr.msc" Management Console on your Windows system. And click "Personal".
2. Click "Action > All Tasks > Import..." menu You see "Certificate Import Wizard" showing up.
3. Click "Next" button. You see "File to Import" screen showing up.
4. Use "Browse..." button to find the CA certificate file like "C:\fyicenter\linda.p12" and click "Next" button. You see Password screen showing up. PKCS#12 files contain private keys and are password protected.
5. Enter "FYIcenter" as the password and click "Next" button. You see "Certificate Store" screen showing up.
6. Keep the suggested Personal certificate store and click "Next" button. You see confirmation screen showing up.
7. Click "Finish" button to finish importing the private key and its self-signed certificate.
⇒ certmgr.msc - View Personal Certificate
⇐ certmgr.msc - Import Root CA Certificate
2012-08-03, 12865👍, 0💬
Popular Posts:
Certificate Summary: Subject: GlobalSign Issuer: GlobalSign Expiration: 2021-12-15 08:00:00 UTC Key ...
Certificate summary - Owner: USERTrust Legacy Secure Server CA, The USERTRUST Network, L=Salt Lake C...
How to start "certmgr.msc" Management Console on Windows computer? I want to use it manage certifica...
How to view the server certificate of the Website in Firefox? I know that the Website is using a "ht...
How to view the ASN.1 structure of an DSA public key using the OpenSSL "asn1parse" command? You can ...