Configuring SSL in Adeptia Suite
If you want to access Adeptia Suite on HTTPS protocol then you need to configure SSL certificate in Adeptia Suite. You need to generate SSL certificate using Java Keytool only.
Configuring SSL certificate on Adeptia Suite
To generate SSL certificate:
- Open Command Prompt.
- Go to the directory where JRE is installed (for example,<AdeptiaSuite-6.x\jre\bin>).
Run the following Keytool command to create a Keystore for the server with a self signed certificate or CA signed certificate.
While executing the command, you will be prompted to provide other details. The default password is changeit. You can change the password. Note the Keystore password for future references.- Copy this Keystore (certs.jks) at the location (<AdeptiaSuiteInstallFolder>/AdeptiaServer/ServerKernel/etc/jetty).
- From the same folder location, open jetty.xml file and register the Keystore entry in the file. In the sslContextFactory section, add the path of the Keystore and the Keystore password (password chosen while creating Keystore).
- Save the file.
- Restart the Kernel and WebRunner.