HI All,
I am trying to convert the anaplan .cer file to pfx for java key store using openSSL
But it is asking for a .key file which is not there in anaplan.
what is the workaround for this?
@abhay.kanik
Few points before you go thru the link below:
If you obtain both the public certificate and private key in a single file, use openssl to extract and save both the files separately in PEM format.
When you extract the private key you are prompted to create a passphrase. This Passphrase is needed if you use your private key for authentication.
Option 1: Use Private Key with Anaplan Connect
Option 2: Create a Java Key Store
I believe you are taking option 2- below document will help you in resolving the issue
https://s3.amazonaws.com/anaplanenablement/Community/Anapedia/Anaplan_Connect_v_1_4_1.pdf
Thanks,
Miz
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…