I'm getting the following error in my AEM author and need to add a certificate to the Java truststore. What are the steps to add the .pem file? Thanks.
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
Solved! Go to Solution.
Views
Replies
Total Likes
There are multiple links available for help.
See if this can help you
https://www.opsinventor.com/replacing-an-ssl-certificate-on-aem-6-5/
http://www.sgaemsolutions.com/2020/01/how-to-manage-certificates-in-aem.html
https://jpsoares.medium.com/how-to-use-the-aem-key-store-feb454e80d64
Views
Replies
Total Likes
Certificates are added to Java via the Keystore tool. There are plenty of tutorials available like this one: https://www.ibm.com/docs/en/cognos-tm1/10.2.2?topic=ictocyoiatwas-add-certificates-jre-keystore. There is nothing specific to AEM, you should add to the JVM used to run AEM.
Good luck,
Daniel
Thanks but I tried that. Also no change in the error after adding the certificate to the Global trustStore.
Views
Replies
Total Likes
There are multiple links available for help.
See if this can help you
https://www.opsinventor.com/replacing-an-ssl-certificate-on-aem-6-5/
http://www.sgaemsolutions.com/2020/01/how-to-manage-certificates-in-aem.html
https://jpsoares.medium.com/how-to-use-the-aem-key-store-feb454e80d64
Views
Replies
Total Likes
Views
Likes
Replies