-
-
Notifications
You must be signed in to change notification settings - Fork 91
SSL Config
seydx edited this page Jan 24, 2022
·
4 revisions
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"
}
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 |