Our SSL cert expired and we get errors when trying to update the cert in our KEYSTORE with a new one
Question ID: 105949
0
0

We were using QC11.52 for a year and our SSL cert expired.
when using he KEYTOOL commands to add the newer cert it fails.

What am I doing wrong?

Marked as spam
Posted by (Questions: 99, Answers: 7)
Asked on February 20, 2015 10:13 pm
26 views
Answers (1)
0
Private answer

Did you DELETE the old cert first?

- Delete a certificate from a Java Keytool keystore

> *keytool -delete -alias mydomain -keystore keystore.jks*

Most directions just show how to ADD a cert, but not how to REPLACE one, so just delete it first.

Also, you can Verify what is already in the keystore, probably two entries: Trusted Cert Entry and Private Key
Entry:

- List Keystore items:

> *keytool -list -keystore mykeystore*

[link text][1]

[1]: /storage/temp/264-configuring-alm115x-secure-access-on-windows-syste.pdf

Marked as spam
Posted by (Questions: 4, Answers: 509)
Answered on February 20, 2015 10:34 pm
0
Deleted old Cert, Added New one and it works.
( at February 20, 2015 10:41 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top