Skip to content

enabled SSL for the webserver #237

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

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

Conversation

formtapez
Copy link

This is a quick demo how to enable SSL on the webserver. Seems to work pretty well.
I created cert & key using
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ssl.key -out ssl.crt
but you also can use LetsEncrypt or other certificates.

@Dahlgren
Copy link
Owner

Dahlgren commented Jan 6, 2023

  • Needs to be configurable whether to use HTTP or HTTPS, requiring HTTPS with certs will break CI testing
  • Should support ACME services such as Let's Encrypt or any of the other alternatives for easy zero config setup i.e. auto managed certs and keys. Maybe config option to use manual cert and key?

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