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

Add TLS support #554

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Add TLS support #554

merged 1 commit into from
Oct 10, 2023

Conversation

AdamCurtisVT
Copy link
Contributor

I added three new fields to the Server configuration in order to enable TLS connections. I made sure this was backwards compatible so it won't break any existing configuration files.

  • tls - Flag that indicates the server should listen for TLS connections
  • certificate_path - Full path to the certificate file
  • key_file_path - Full path to the private key file

Copy link
Owner

@mxpv mxpv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mxpv mxpv merged commit 5c57096 into mxpv:main Oct 10, 2023
4 of 5 checks passed
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.

2 participants