s3cr3t
s3cr3t copied to clipboard
Add support for TLS on s3cr3t site
The main s3cr3t site should:
- Accept TLS certificates and keys
- Redirect all HTTP traffic to HTTPS
Sounds like we need to modify the Dockerfile and add some new arguments (key, cert, and tls_enable), and if tls_enable is set, the site should change accordingly.