Following the documentation of Data management and integration to integrate pega with Docusign i have created an certificate using openssl, I am having issue with uploading file certificate.pfx with Key Store type as PKCS12 in Pega localhost. I am getting the following error on save of Key Store Unable to load keystore : parseAlgParameters failed: ObjectIdentifier() – data isn’t an object ID (tag = 48) But, the same file is being uploaded without any issues in Pega Cloud Instance. How to resolve this?? Thanks in advance.
@Pavan_S This error could indicate that you might be using an older java version for localhost. Please try to use the latest most up to date java build and version for the localhost system and try again.
@Pavan_S
For localhost I would try to get Java version 1.8.0_402 installed, or else Java version 11.0.22
@shanp Since it’s localhost could you please help me understand how to update the Pega java version.
@Pavan_S For Windows systems we usually use Eclipse Temerin OpenJDK, and they have installation instructions for Windows here:
Windows MSI installer packages | Adoptium
Here is the link to download the latest version for Windows:
There are several options for java & OpenJDK & Eclipse Temerin is an example of one option that should work.

