To remedy the change, the following changes will be required:
- New SAN certificate needs to be adapted to CDP Integration Server with the following new wildcard entries:
- *.visualforce.<CDP Integartion Server Hostname> (e.g. *.visualforce.cdp.abc.com)
- *.documentforce.<CDP Integartion Server Hostname> (e.g. *.documentforce.cdp.abc.com)
- *.sfdc-communities.<CDP Integartion Server Hostname>(e.g. *.sfdc-communities.cdp.abc.com)
For steps to adapt the new SAN certificate to the CDP Integration Server's ssl-keystore, please reach out to Support.
- Adding corresponding roothosts for the new domains in CDP Integration Server's configfile.xml, under <revproxy:domains>:
<revproxy:roothost name="visualforce.com" shortform="visualforce">
</revproxy:roothost>
<revproxy:roothost name="documentforce.com" shortform="documentforce">
</revproxy:roothost>
<revproxy:roothost name="salesforce-communities.com" shortform="sfdc-communities">
</revproxy:roothost>
The steps above will require a restart of the CDP Integration Server.