Skip to content
Dietmar-Franken edited this page Nov 10, 2015 · 1 revision

enable.https=true

http.port=8443

ssl.keystore.file=../conf/keystore.jks

ssl.keystore.password=password

ssl.keystore.type=JKS

enable.https:

Enable/disable https. Only one protocol supported at a time.

http.port:

Port number you want to access MyController.org server

ssl.keystore.file, ssl.keystore.password, ssl.keystore.type:

If https is enabled these fields are mandatory. Default URL: https://:8443 (ex: https://localhost:8443)

Note:

Default username/password: admin/admin

Important:

Change default ssl.keystore.file and ssl.keystore.password and https protocol is recommended

Clone this wiki locally