mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 14:50:07 +04:00
ca54c9b937
Add UCI options for the path to the server's SSL certificate and private key. This enables the use of a certificate provided by an external certificate authority instead of the default self-signed certificate. The self-signed certificate is still produced if it doesn't already exist, and is used by default. So this change should be transparent to existing users. Fixes #23099. Signed-off-by: Jack Lovell <jacklovell1990@gmail.com>