Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [webinterface] Double ACME renew interval, improve error handling | Simon Rettberg | 2024-10-16 | 1 | -2/+13 |
| | |||||
* | [webinterface] Remove the 'off' option for HTTPS | Simon Rettberg | 2024-10-11 | 2 | -15/+3 |
| | | | | | | | | 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 changes | Simon Rettberg | 2024-10-11 | 2 | -8/+41 |
| | |||||
* | [webinterface] Add simple API to remotely supply a certificate | Simon Rettberg | 2024-10-10 | 1 | -0/+13 |
| | |||||
* | [webinterface] Refactor TM-Calls for https changes | Simon Rettberg | 2024-10-09 | 1 | -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 domain | Simon Rettberg | 2024-10-08 | 2 | -0/+229 |