s3cr3t icon indicating copy to clipboard operation
s3cr3t copied to clipboard

Add support for TLS on s3cr3t site

Open axl89 opened this issue 4 years ago • 0 comments

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.

axl89 avatar Apr 18 '20 19:04 axl89