Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomzaku/local-ssl
A CLI tool to enable your local ssl just a single step
https://github.com/tomzaku/local-ssl
Last synced: 3 months ago
JSON representation
A CLI tool to enable your local ssl just a single step
- Host: GitHub
- URL: https://github.com/tomzaku/local-ssl
- Owner: tomzaku
- Created: 2022-04-09T14:46:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T06:36:37.000Z (almost 3 years ago)
- Last Synced: 2024-10-08T17:53:52.361Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 66.4 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 Source port to enable ssl
-t, --target Target port
-n, --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
```https://user-images.githubusercontent.com/19413272/162612386-4980cb4a-871a-448a-b9ef-1b959f5ca715.mov