Skip to main content
Announcements
UPGRADE ADVISORY for Qlik Replicate 2024.5: Read More
cancel
Showing results for 
Search instead for 
Did you mean: 
RodrigoCatarino
Contributor
Contributor

How to renew Qlik Replicate Console certificate

Hi all,

What is the procedure to renew the Qlik Replicate console certificate using a active directory certificate authority?

I've searched the forums and i see only reference to renew using CA's like comodo and lets encrypt, etc.

 

Thanks in advance.

Rodrigo

 

Labels (1)
2 Replies
RodrigoCatarino
Contributor
Contributor
Author

I found this article, but i dont see how to generate the CSR from the Qlik Replicate server to generate a certificate with our CA. 

https://help.qlik.com/en-US/replicate/May2021/Content/Replicate/Main/Security/set_up_server_https_su...

deepaksahirwar
Creator II
Creator II

Hi @RodrigoCatarino ,

Very first thing,

You need to have a valid SSL server certificate installed and bound to the default HTTPS port (443) on the Windows machine that runs Qlik Replicate. You can check if you have an SSL certificate installed by using the command netsh http show sslcert | findstr /c:\":443 \".

 

If you don’t have an SSL certificate installed, you can use the self-signed certificate that Qlik Replicate generates automatically, but this is not recommended for security reasons. You should contact your IT security group to provide and install a proper SSL server certificate signed by a trusted certificate authority (CA).

 

To renew the Qlik Replicate console certificate using an active directory certificate authority, you need to follow these steps:

  • Generate a certificate signing request (CSR) from the Qlik Replicate server. You can use the certreq command-line tool to do this.
  • Submit the CSR to your active directory certificate authority and obtain a signed certificate. You can use the certreq tool again to do this.
  • Install the signed certificate on the Qlik Replicate server. You can use the certutil command-line tool to do this.
  • Bind the certificate to the HTTPS port (443) on the Qlik Replicate server. You can use the netsh command-line tool to do this.

I hope this helps you to renew your Qlik Replicate console certificate using active directory 😊

If our response has been helpful, please consider clicking "Accept as Solution". This will assist other users in easily finding the answer

Best Regards,

Deepak