Collections:
Other Resources:
Import CA Signed Certificate to Keystore with Portecle
How to import a my certificate signed by a CA back to my private key and public key entry in my keystore?
✍: FYIcenter.com
If you send a CSR (Certificate Signing Request) file to a CA (Certificate Authority)
for signing, they will return you a certificate file that contains your public key
signed by them.
You can import this certificate back your keystore and link to your
original private key and public key pair as shown in this example.
1. Run Portecle and open "FYIcenter.jks" keystore file.
2. Click Tools > Import Trusted Certificate.
3. Locate "getacert.cer" and click "Import". You see a warning message box showing up: "Could not establish a trust path for the certificate. The certificate information will now be displayed after which you may confirm whether or not you trust the certificate."
4. Click OK and click OK again when you see getacert.com certificate details.
5. Click "Yes to confirm that you trust getacert.com certificate.
6. Enter "getacert" as the alias name and click OK You have getacert.com's certificate in your keystore now. This is needed, because Portecle will not let you import your certificate signed by getacert.com unless you have their certificate declared as trusted.
7. Right mouse click on "4096-rsa-key-pair" and select "Import CA Reply". You see "Import CA Reply" box showing up.
8. Locate "FYIceter.cer" and click "Import". Your key pair entry is updated now with a certificate signed by getacert.com.
2015-10-12, 16🔥, 0💬
Popular Posts:
Certificate Summary: Subject: www.citibank.com Issuer: Symantec Class 3 EV SSL CA - G3 Expiration: 2...
Where to find tutorials on using OpenSSL "genpkey" and "pkey" commands for EC private keys? Here is ...
Public Key Summary: Key Identifier: B1:3E:C3:69:03:F8:BF:47: 01:D4:98:26:1A:08:02:EF: 63:64:2B:C3Name...
How to add attributes in new CSR using OpenSSL "req -new" command? I was asked to create a CSR with ...
How to examine a keystore entry's certificate with Portecle? To examine a keystore entry's certifica...