I am working with nlsn-gracenote organization under Apigee's Nielsen account and having some trouble with testing the keystore.
I have a valid public facing certificate for "api.rsid.music.gracenote.com" which I have uploaded along with the private key to the keystore.
While testing this keystore, I see the following error:
"Invalid Truststore. Unable to find valid certification path to requested target"
Can someone help me resolve this?
Solved! Go to Solution.
Turns out, I had uploaded the certificate in the form on PKCS7 file which is not supported by Apigee at the moment. The solution is to convert the PKCS7 to either PKCS12 or a PEM file and re-upload to the keystore.
Convert P7B to PEM:
openssl pkcs7 -print_certs -in certificate.p7b -out certificate.pem