Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
socialgeekqv
Contributor
Contributor

SSL for NPrinting Sep 2018

Hi All,

I'm trying to implement SSL cert on NPrinting following instructions in  https://help.qlik.com/en-US/nprinting/September2018/Content/NPrinting/DeployingQVNprinting/Installin...

Can the CN in the SSL certificate purchased from CA contain wildcard?

Many Thanks!

3 Replies
Gysbert_Wassenaar

I don't see why not. A valid wildcard ssl certificate is just a valid ssl certificate. Have you tried it?


talk is cheap, supply exceeds demand
socialgeekqv
Contributor
Contributor
Author

I did, couldn't get it to work. According to Qlik help:

https://help.qlik.com/en-US/nprinting/September2018/Content/NPrinting/DeployingQVNprinting/Managing-...

"An important field is the Common Name (CN), which should be the exact Fully Qualified Domain Name (FQDN) of the host that you intend to use the certificate with. For example, if the URL of your NewsStand is https://yourcompany.com:4994 the FQND is yourcompany.com (the port is not part of the FQDN). If the URL of your NewsStand is https://www.yourcompany.com:4994 the FQND is www.yourcompany.com and it is different from yourcompany.com so, if you want to use both, you must use two certificates."

Can I generate the private key from the cert provided by CA?

Gysbert_Wassenaar

Too bad. NPrinting has some quirks that could have been designed better. Guess this is one of them. You'll need another certificate that's not a wildcard certificate. The CA never had your private key so it's also not in the certificate your CA provided. That key should be on the system where you generated the private key and the csr for the certificate.


talk is cheap, supply exceeds demand