summaryrefslogtreecommitdiffstats
path: root/modules-available/webinterface/inc/webinterface.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [webinterface] Remove the 'off' option for HTTPSSimon Rettberg2024-10-111-14/+2Star
| | | | | | | | 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] Add event log messages for cert changesSimon Rettberg2024-10-111-5/+33
|
* [webinterface] Add simple API to remotely supply a certificateSimon Rettberg2024-10-101-0/+13
|
* [webinterface] Refactor TM-Calls for https changesSimon Rettberg2024-10-091-0/+48
| | | | | Move actual calls to WebInterface helper class, move a few common things to their own functions.
* [webinterface] Add support for ACME, add option to redirect to cert domainSimon Rettberg2024-10-081-0/+65