Environment
Issue / Symptoms
When using a secure connection to my Adobe Campaign Standard Stage Environment (https://<b>*.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.
How to 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 </b>*.instance_Url:443 /dev/null | openssl x509 /tmp/stage1.cer