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

Announcements
Note: You may notice some temporary visual or styling issues in the Community. Our vendor is actively investigating.
cancel
Showing results for 
Search instead for 
Did you mean: 
kikiram
Contributor II
Contributor II

Adding SLK License in Qliksense through CLI

I have installed Qliksense through silent installation using cli, I need to add License SLK (Latest License model) through CLI.

As per document Example: Configuring header authentication | Qlik Sense for developers Help Qlik APIs become accessible only after the server is registered in the QMC proxy, which occurs after the license is applied.
Labels (4)
3 Replies
stefanstoichev123

What if you use certificates to authenticate directly against the Repo API?

kikiram
Contributor II
Contributor II
Author

Yeah, I tried to import the certificates from qlik/sense/certs (root.pem, client.pem, client_key.pem), still it gives certificate error
But API calls are fine after adding proxy in QMC

Dillon_M
Partner - Contributor
Partner - Contributor

Ive had success using Qlik-CLI to do this with the following lines below:

Connect-Qlik $env:COMPUTERNAME -TrustAllCerts -UseDefaultCredentials 
Set-QlikLicense -key $licenseKeyValue -name $name -organization $organization