Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vidplace7
Copy link
Member

@vidplace7 vidplace7 commented Jan 29, 2025

Allows SSL web certificate / key locations to be set in the meshtasticd config.yaml.

Additionally, sets the default directory for ssl storage to /etc/meshtasticd/ssl, and creates this directory in the Linux packaging.

Example:

Webserver:
  Port: 443 # Port for Webserver & Webservices
  RootPath: /usr/share/meshtasticd/web # Root Dir of WebServer
  SSLKey: /etc/meshtasticd/ssl/private_key.pem
  SSLCert: /etc/meshtasticd/ssl/certificate.pem

Resolves #5944

@vidplace7 vidplace7 force-pushed the portduino-add-configs branch 6 times, most recently from ea5b79e to 5e87e48 Compare January 30, 2025 00:20
@vidplace7 vidplace7 force-pushed the portduino-add-configs branch from 5e87e48 to 464776f Compare January 30, 2025 01:56
@vidplace7 vidplace7 marked this pull request as ready for review January 30, 2025 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Ability to customize where linux hosts load the TLS key material from
1 participant