Hi,
We have recently purchase a CA certificate (.P12 ) from Entrust.
We followed the Interactive CA Certificate from Anaplan and converted our .P12 file to Public certificate and Privatekey.Pem files using OpenSSL 1.1.1.
Uploaded the modified Public certificate into Anaplan portal and it worked fine.
When I tried to implement the Public certificate and Privatekey.Pem files in .bat script (anaplan-connect-4.1.0). I am getting the following error.
If i use the same certificate in anaplan-connect-1.4.1, it works fine.
Error message :
Anaplan API: Could not initialise service credentials (Private key: Could not load your privateKey :C:\New_anaplan\anaplan-connect-4.1.0\CAcert\anaplanpri_key.pem, java.lang.ClassCastException: org.bouncycastle.asn1.pkcs.PrivateKeyInfo cannot be cast to org.bouncycastle.pkcs.PKCS8EncryptedPrivateKeyInfo. There might be an issue with your privateKey or passphrase.)
Note:
Installed Bouncycaste using Anaplan .bat script. Verified the file is in excepted location.
Also tried to use Keystore, but that is also not working. Keystore Wizard gives me following error.
Error
Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.
Could you please help me with the above error message ?