-
Notifications
You must be signed in to change notification settings - Fork 35
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
Self-signed certificates #33
Comments
From an implementation perspective, I think having an TLS_SELF_SIGNED env variable makes sense and just storing the CA where the LE certs are. |
I think I'm going to work on implementing this and see how far I get |
We use a Kubernetes cluster with its own cert manager, I'm wondering if this can run without the need for it to try step in and handle any TLS for us? |
The main thing is that my PR makes thruster handle its own CA so I don't think this is fit for that use case atm |
I think it would be nice if thruster allowed for secure local usage easily via self signed certs. I force HTTPS in my rails app, and so I'm going to need to either support HTTP and not know when to redirect to HTTPS or build out some system for self-signed certs and disable HTTP altogether.
Blocked by #40
The text was updated successfully, but these errors were encountered: