Portduino: Set Web SSL Cert / Key paths from yaml (#5961)

This commit is contained in:
Austin
2025-02-01 03:58:58 -05:00
committed by GitHub
parent b5cad2b65e
commit 4c0e0b8471
8 changed files with 30 additions and 11 deletions

View File

@@ -184,6 +184,8 @@ Logging:
Webserver:
# Port: 443 # Port for Webserver & Webservices
# RootPath: /usr/share/meshtasticd/web # Root Dir of WebServer
# SSLKey: /etc/meshtasticd/ssl/private_key.pem # Path to SSL Key, generated if not present
# SSLCert: /etc/meshtasticd/ssl/certificate.pem # Path to SSL Certificate, generated if not present
General:
MaxNodes: 200