Configuration with a self-signed certificate
The following steps describe the configuration with an SSL self-signed
certificate. If you already have a certificate, or a keystore that contains a
certificate, you can skip this section and go directly to the next section on how to
configure Qlik Talend Cloud Migration Toolkit with
an existing keystore.
About this task
- Creating a Java keystore containing a self-signed certificate.
- Setting Qlik Talend Cloud Migration Toolkit server with the SSL configuration.
Those steps can be automated using the following example scripts.
Procedure
- Open, in your browser, the README.html from the QTCMT installation folder.
- Go to the section Configure QTCMT with a self-signed certificate.
- Expand the section setup-qtcmt-https.bat (Click to reveal) on Windows or setup-qtcmt-https.sh (Click to reveal) on Linux or Mac and copy the content.
- Create the script file (setup-qtcmt-https.bat or setup-qtcmt-https.sh) in the QTCMT installation folder.
- Open the file with a text editor like Notepad++.
- Paste the content from the step 3 and save the file.