lwsjs / local-web-server

A lean, modular web server for rapid full-stack development.
MIT License
1.21k stars 85 forks source link

[Feature request] Option to run HTTPS without creating key and cert #31

Closed ButuzGOL closed 8 years ago

ButuzGOL commented 8 years ago

Now if I want to run HTTPS server I need to have key and cert Usually I do it for dev so its not big reason what cert to use so why not create some flag which will run https without having cert and key like ws -s like in gulp connect https://github.com/avevlad/gulp-connect#optionshttps

75lb commented 8 years ago

done.. released in v1.2.0, thanks ;)