kachayev / nasus

Zero-configuration command-line async HTTP files server in Clojure. Like Python's SimpleHTTPServer but scalable.
MIT License
166 stars 9 forks source link

SSL support with --cert and --key #11

Open kachayev opened 5 years ago

kachayev commented 5 years ago
clj -m http.server --cert <cert file> --key <key file>

Should run a server with TLS.

Solaxun commented 5 years ago

Do you want the certs signed, or is self-signed OK?

kachayev commented 5 years ago

I think we should support both options.