Skip to content

lvturner/crisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Serve files painlessly over HTTPS without having to create SSL certs. Mostly for development purposes. On running it will start serving the files in the current working directory.

Installation

$ npm install crisp

Usage

Serve files painlessly over HTTPS from the current directory

Usage: $ crisp

Options:
  -k, --key          Pre-existing key file
  -c, --certificate  Pre-existing certificate file
  -x, --export       Export auto-generated key and certificate (saves to crisp.key and crisp.crt)  [default: false]
  -p, --port         Set port to listen on                                                         [default: 4443] 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published