This article covers the necessary steps to update the iPaaS connectors for HyperConnect/Informatica Cloud, Dell Boomi, Mulesoft and SnapLogic. See the article A Guide to CA Certificates in Anaplan Integrations - Anaplan Community for the steps to process a certificate once it has been procured.
Authentication within HyperConnect/Informatica Cloud is handled at the connection level. There should be a connection for each model that is used within the integrations. HyperConnect/Informatica Cloud supports basic authentication and certificate authentication.
The steps to use Certificate Authority (CA) certificates with HyperConnect/Informatica are listed below:
Authentication within Dell Boomi is handled at the connection level. There should be a connection for each workspace that is used within the integrations. Dell Boomi supports basic authentication and certificate authentication.
The steps to use CA certificates with Dell Boomi are listed below:
keytool -v list -storetype pkcs12 -keystore %path to keystore%
Within the output of the command, there should be an "Alias name" property. This value will be used in the connection.
If the certificate does not contain the alias, a P12 bundle can be created using OpenSSL. See Creating a Java Keystore for the steps to create a P12 bundle. Once the bundle is created, the remaining steps in the article are not needed.
Authentication within MuleSoft is handled at the connection level. Typically only a single connection is needed. MuleSoft supports basic authentication and certificate authentication.
The steps to use CA Certificates with MuleSoft are listed below:
Authentication within SnapLogic is handled at the connection level. Typically only a single connection is needed. SnapLogic supports basic authentication and certificate authentication.
The steps to use CA Certificates with SnapLogic are listed below:
openssl rsa -in private_key.pem -out unencrypted_private_key.pem