From 87f042e36fa6981359af4ce999e9afb6efbec26f Mon Sep 17 00:00:00 2001 From: Benjamin Horsleben Date: Wed, 10 Dec 2014 00:41:58 +0100 Subject: [PATCH] Added SSL options to readme. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a1a079e1..20eb7720 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ This will install `http-server` globally so that it may be run from the command `-o` Open browser window after staring the server +`-S` or `--ssl` Enable https. + +`-C` or `--cert` Path to ssl cert file (default: cert.pem). + +`-K` or `--key` Path to ssl key file (default: key.pem). + `-h` or `--help` Print this list and exit. `-c` Set cache time (in seconds) for cache-control max-age header, e.g. -c10 for 10 seconds