Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that with the exception of keytool -list the keytool command will not normally return a value to the console.

If you want to regenerate your keystore certificate for any reason (i.e. it has expired) you can use the following command:

Code Block
# Delete it
$> keytool -delete -noprompt -alias workbench  -keystore workbench.p12  -storepass changeit

# Verify it has been deleted 
$>  keytool -list -v -keystore  /opt/dm/mci/workbench.p12  -storetype PKCS12  -storepass changeit
Keystore type: PKCS12
Keystore provider: SunJSSE

Your keystore contains 0 entries
$>

...

Enabling HTTPS support in the MettleCI Workbench config.yml

Once a keystore containing the Workbench HTTPS certificate has been created, update your MettleCI config.yml file to add the following section:

...

You can now follow your operating system’s process for importing the certificate file into the Trust Root Certification Authorities store.

Note

Ensure you restart your browser after installing your certificate!