-
Notifications
You must be signed in to change notification settings - Fork 5
Activate HTTPS
junkerm edited this page Jun 29, 2020
·
1 revision
Perform the following steps to activate https in Specmate
- Create a new folder (e.g. specmate-home) copy all files from here into the folder specmate-home/etc/*
- Copy the Keystore file into the working directory of Specmate
- Start specmate with the following options
- -Djetty.ssl.port=8443
- -Djetty.etc.config.urls='etc/jetty.xml,etc/jetty-ssl-context.xml,etc/jetty-http.xml,etc/jetty-ssl.xml,etc/jetty-https.xml,etc/jetty-deployer.xml,etc/jetty-rewrite.xml'
- -Djetty.home=[path-to-specmate-home]