basecamp / thruster

MIT License
672 stars 16 forks source link

Add self-signed certificates #34

Open reesericci opened 3 weeks ago

reesericci commented 3 weeks 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.

Closes #33