Created
April 16, 2017 13:06
-
-
Save manegame/45c23ff46d17665ea8bd9ea28ee02024 to your computer and use it in GitHub Desktop.
Launch HTTPS Server with node
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://gist.github.com/jed/6147872 | |
# in gulpfile, change the proxies to https://yourdomain.$(whoami):port to proxy | |
http-server -S -C ssl.crt -K ssl.key -p 8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment