Enabling HTTPS support
Once a key store containing the Workbench HTTPS has been created, update /opt/dm/mci/config.yml and add the following section:
server:
applicationConnectors:
- type: https
port: 8443
keyStoreType: PKCS12
keyStorePath: <path to keystore>
keyStorePassword: <store password>
trustStoreType: PKCS12
trustStorePath: <path to keystore>
trustStorePassword: <store password>
The <place holders> must match those used while creating the Java keytool and restart your Workbench service using
sudo service dm-mettleci-workbench restart
Verify Workbench is up and running by navigating to https://<host url>:8443 in your browser