06-15-2023 01:01 AM
Hello All,
Has anyone encounter issue when they bind certificate, error will pop-up certificate/private key validation failed.
We have generated CSR in Cisco ISE for Portal usage, then we submitted to public CA to signed, they send us .crt file including the intermediate certificate, I uploaded the intermediate .crt to Trusted Certificate. Then I bind the signed cert in, after click submit its shows error certificate/private key validation failed.
Can someone guide me, is it correct to use the .crt file in binding or must use the .pem file? because the public CA onlne send us .crt file.
Solved! Go to Solution.
06-16-2023 12:23 AM
basic check but I am assuming you also have the root certificate in trusted certificate store and not just intermediate.
seems when you are binding the signed certificate ISE is not able to decrypt the signed public certificate with the private key generated in system when you generate CSR. I am not sure you can export private key out of ISE to test this out, might be easier to just generate a new CSR, enure complete chain in imported in trusted store and then bind again, don't think you will have to pay again, you should be able to revoke and sign a new CSR with your CA.
06-15-2023 11:00 PM
well I got .pem file but still shows error certificate/private key validation failed. Anyone has idea what is wrong on my config?
06-15-2023 11:59 PM
Hello @Ruelb2214,
Use external tools, such as OpenSSL, to validate the certificate and private key outside of the Cisco ISE environment. This can help identify any issues with the certificate files themselves:
openssl x509 -in certificate.pem -text -noout
openssl rsa -in privatekey.pem -check
These commands will check the certificate and private key respectively for any errors or issues.
01-17-2024 03:14 PM
hello, you finally succeeded? i have the same problem
01-22-2024 09:26 PM
@ammahend thanks for your feedback.
@JuanG Gonzalez Bravo yeah was able to resolved. I trace back to the CA, and there was problem in CA when it sign the cert.
06-16-2023 12:23 AM
basic check but I am assuming you also have the root certificate in trusted certificate store and not just intermediate.
seems when you are binding the signed certificate ISE is not able to decrypt the signed public certificate with the private key generated in system when you generate CSR. I am not sure you can export private key out of ISE to test this out, might be easier to just generate a new CSR, enure complete chain in imported in trusted store and then bind again, don't think you will have to pay again, you should be able to revoke and sign a new CSR with your CA.
06-16-2023 05:50 AM
Do you get cert from ppan span or other node?
Can I see the tree of cert
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide