When using a secure connection to my Adobe Campaign Standard Stage Environment (https://***.instance_Url), the customer encountered a certificate problem. Based on the directions from the below documentation link, it is required to have the Adobe Campaign Standard instance certificate to the cacerts file of the JDK. https://experienceleague.adobe.com/docs/experience-manager-65/administering/integration/campaignstandard.html How do we download the instance certificate? |
---|
Certificate can be downloaded using any browser or openssl tool:
Please find the below example using openssl tool:
openssl s_client -connect ***.instance_Url:443 /dev/null | openssl x509 /tmp/stage1.cer