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 self-signed certificates #34

Closed
wants to merge 8 commits into from
Closed

Conversation

reesericci
Copy link

This PR adds the ability to use self-signed certificates through the TLS_LOCAL boolean environment variable. It creates a CA in your storage dir, then uses that on each subsequent request to issue a cert for the domain.

Closes #33

@ioquatix
Copy link

ioquatix commented Oct 1, 2024

You may want to take a look at https://rubygems.org/gems/localhost which is adopted by Puma and Falcon.

@reesericci
Copy link
Author

Closing this in favor of #40

@reesericci reesericci closed this Oct 2, 2024
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.

Self-signed certificates
2 participants