Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm currently developping a Talend Job doing some work on Qlik sense API and for the access I have to Auth through a certificate and a key. The probleme is actually how to manage theses. I don't have right to generate a keystore in my system and have to go through a hard by inserting my cert and key in Http Header of TRestClient. How can I manage to do that ? Which parameters have I to use ? How they are managed (Inserting raw data, link to the pem file ?) ?
Thanks a lot
Kleleu
Unfortunately, after migration, it is not possible to find anything in here ,
Anyway so I do not have an issue creating a trust store, but how to use it?
--cert PEM_CERT_.pem:<cert_secret>
In TRestClient, i do not know