Secure Mode
Note: Secure Mode is available in firmware v4.0 or later only.
Use this guide to configure secure mode on the sensor.
By default, the sensor can be configured without authentication. With Secure Mode turned on the sensor can only be configured after successful authentication.
Secure Mode Terminology
Reset Policy
Can be set to either relaxed or strict. Setting the Reset Policy to relaxed is meant to be used for development purposes. In production setting the Reset Policy to strict is recommended.
RBAC Roles Secure Mode includes three roles: Guest, Operator, Admin. The Guest role can read all parameters of the sensor configuration. The Operator role can configure all parameters of the sensor configuration except uploading firmware updates and disabling Secure Mode. The Admin role can do everything the Operator role can do and update the firmware of the sensor and disable Secure Mode.
HTTP redirect
When true (default), HTTP :80 redirects to HTTPS while Secure Mode is active. When false, HTTP and HTTPS are both served so existing API clients are not broken.
Generate Passwords The sensor is equipped with a True Random Number Generator (TRNG), which can be used to generate strong random passwords.
Enabling Secure Mode
Secure Mode can be enabled using the web interface or the HTTP API.
Web Interface
- Open the sensor web interface.
- Go to Configuration > System.
- In Security (Secure Mode), click on Enable Secure Mode.
- On the first page of the Enable Secure Mode wizard, choose a Reset Policy and click on Next.
- On the second page of the Enable Secure Mode wizard, choose your passwords or let the sensor generate passwords for the Admin and Operators roles and then click the Enable Secure Mode button.
- On the third and last page of the Enable Secure Mode wizard, the sensor will provide the Admin and Operator passwords - Save these passwords now!
HTTP API
Command
Response
Determine Secure Mode State
When Secure Mode is enabled on the sensor, the web interface displays a Log in button on the top right.
The current state of Secure Mode on the sensor can also be queried through the HTTP API.
HTTP API
Command
Response
Rotate Passwords
The admin role can rotate the passwords of the operator and admin roles.
Web Interface
- Open the sensor web interface.
- Go to Configuration > System.
- In Security (Secure Mode) under Rotate password, choose a Role and click on button
Rotate password.
HTTP API
Command
Response
Disable Secure Mode
Note: If Reset Policy is set to
relaxed, Secure Mode can be disabled by calling the HTTP API endpoint without authentication. To prevent this behavior, set the Reset Policy tostrict.
Secure Mode can be disabled through the sensor’s web interface and HTTP API. Disabling Secure Mode requires authenticating with the admin role.
Web Interface
- Open the sensor web interface and authenticate as
admin. - Go to Configuration > System.
- In Security (Secure Mode), click on button
Disable Secure Mode.
HTTP API
Command
Response

