-
Notifications
You must be signed in to change notification settings - Fork 6
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 rudimentary HTTPS support #145
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Github workflows will also need an update since we're introducing new packages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only thing I would add to this is the ability for Bunkum to reload the SSL certificate without a restart, probably through a FS watch or something. This isn't strictly necessary so it can be addressed later.
But also GitHub workflows need to be updated to publish the new packages
seem leg |
Right now there's a lot of hard-coded options which need to be moved into the config, such as enabled SSL protocols and enabled cipher suites. However this should do everything we need for the meantime.
I've placed TODOs on the things which need to be made configurable.