summaryrefslogtreecommitdiffstats
path: root/modules-available/webinterface/api.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [webinterface] Remove the 'off' option for HTTPSSimon Rettberg2024-10-111-1/+1
| | | | | | | | As we always use a self-signed certificate for client communication, you cannot really turn off HTTPS, and explicitly generating another self-signed certificate for slx-admin is rather pointless. So internally, we actually remove the option for a self-signed certificate, and rename the "off" option to using a self-signed one.
* [webinterface] API: Check callbacks immediately on successSimon Rettberg2024-10-111-1/+3
| | | | | This makes sure the web interface wont momentarily show outdated information.
* [webinterface] Add event log messages for cert changesSimon Rettberg2024-10-111-1/+2
|
* [webinterface] Add simple API to remotely supply a certificateSimon Rettberg2024-10-101-0/+38