Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
KevinLeleu
Contributor
Contributor

Manage Cert and Key inside TRestClient Http Header

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

Labels (3)
10 Replies
PawelM
Contributor II
Contributor II

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