Skip to content

Add TLS support#554

Merged
mxpv merged 1 commit into
mxpv:mainfrom
AdamCurtisVT:main
Oct 10, 2023
Merged

Add TLS support#554
mxpv merged 1 commit into
mxpv:mainfrom
AdamCurtisVT:main

Conversation

@AdamCurtisVT
Copy link
Copy Markdown
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
Copy Markdown
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
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