Skip to content

tomzaku/local-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get started

npm install -g local-ssl
  _    ___   ___   _   _       ___ ___ _    
 | |  / _ \ / __| /_\ | |  ___/ __/ __| |   
 | |_| (_) | (__ / _ \| |_|___\__ \__ \ |__ 
 |____\___/ \___/_/ \_\____|  |___/___/____|

Usage: local-ssl [options]

A CLI tool to enable your local ssl just a single step

Options:
  -V, --version              output the version number
  -s, --source <port>        Source port to enable ssl
  -t, --target <port>        Target port
  -n, --hostname <hostname>  Hostname to certificate such as: localhost, facebook.com
  -do, --disable-open        Disable open the page
  -rh, --remove-hostname     Remove hostname when exist
  -i, --install              Install requirement packages
  -h, --help                 display help for command

Demo

local-ssl -t 3000 -s 443 -n abcxyz.com
demo.mov

About

A CLI tool to enable your local ssl just a single step

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published