Skip to content

SSL Config

seydx edited this page Jan 24, 2022 · 4 revisions

SSL

Here you can enter the path to your own SSL certificate and key. This makes camera.ui accessible via HTTPS and thus becomes a fully functional PWA.

Example:

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

Info

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