Certificate Update Process for QLIK Nprinting
Import the certificate to QV Nprinting Server
1.
Copy
the certificate to the Server that will host QlikView Nprinting Server(.pfx format)
2. Launch an elevated Microsoft
Management Console (MMC)
3. Add the certificates snap-in >
Local Computer Account
4. Expand Certificates > Personal
> Certificates
5.
Right
Click > All Tasks > import
6.
Click
Next
7.
Browse to
the certificate then click next
9.
Import the
certificate in the personal store and click next
10.
Review the
information and click Finish
Pre-requisite steps
Generate the Thumbprint
1.
From
the MMC console double click on the certificate in the Personal store >
select the details Tab and scroll down to thumbprint
2.
Copy
the thumbprint into Notepad > Find/Replace <space> replace with <no
spaces>
a.
Example
21 7b 64 d2 3a… should become 217b64d23a
3.
Download
Guidgen.exe from Microsoft to
generate a unique GUID
a.
http://www.microsoft.com/en-au/download/details.aspx?id=17252
4.
Execute
Guidgen.exe
a.
Create
a registry format GUID
b.
Copy the
GUID to Notepad
Bind http to SSL using netsh
1. Stop Nprinting Services
2.Launch command prompt
Enter
the following:-
3. netsh http delete sslcert ipport= 0.0.0.0:9000
4. netsh http delete sslcert ipport= 0.0.0.0:9001
3. netsh http delete sslcert ipport= 0.0.0.0:9000
4. netsh http delete sslcert ipport= 0.0.0.0:9001
5.
netsh http
add sslcert ipport=0.0.0.0:9000 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6
appid={00112233-4455-6677-8899-AABBCCDDEEFF}
netsh http
add sslcert ipport=0.0.0.0:9001 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6
appid={00112233-4455-6677-8899-AABBCCDDEEFF}
a. ipport parameter specifies the IP
address and port (ensure the ipport = 0.0.0.0
(do not replace with the actual IP Address)
b. certhash parameter
specifies the thumbprint of the certificate (previously copied to notepad).
c. appid parameter is the GUID
(previously copied to notepad)
6. Start Nprinting Services.