Hi All,
We are doing REST API call integration. For this REST API call integration, we need to add a trusted SSL Certificate.We are exploring 2 approaches:
1. Add the certificate into AEM Truststore, and then get the truststore as a keystore object. Next, added the keystore object into SSLContext, a...