Closed reesericci closed 1 month ago
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.
TLS_LOCAL
Closes #33
You may want to take a look at https://rubygems.org/gems/localhost which is adopted by Puma and Falcon.
Closing this in favor of #40
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