Adding self signed certificate into AEM 6.4 trustore
We are trying to integrate AEM Author(calling client) with a external REST service using SSL. On adding the public self signed certificate of the service onto AEM's trustStore we still see a SSLHandshake exception.
Used this section to add the self signed certificate into AEM TrustStore - http://localhost:4502/libs/granite/security/content/truststore.html

Please can you advice if I am missing anything?
No change in the error after adding the certificate to the trustStore.
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
The documentation around how to manage certificate looks outdated to me. https://helpx.adobe.com/experience-manager/6-4/forms/using/admin-help/certificates.html#managing_certificateshttps://helpx.adobe.com/experience-manager/6-4/forms/using/admin-help/certificates.html#managing_certificates
Any better documentation which could be used to understand how to manage certificates in AEM?