Skip to content

SSL Config

Seyd edited this page Oct 24, 2020 · 4 revisions

SSL

Example:

"ssl": {
  "active": false,
  "key": "/path/to/key/server.key",
  "cert": "/path/to/cert/server.crt"
}

General

Attributes Required Usage Default Options
active Activates SSL (HTTPS) for the User Interface false true/false
key Path to Private Key
cert Path to Certificate