Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timneutkens/sslfie-generator
Generate self signed certificates using sslfie
https://github.com/timneutkens/sslfie-generator
Last synced: 21 days ago
JSON representation
Generate self signed certificates using sslfie
- Host: GitHub
- URL: https://github.com/timneutkens/sslfie-generator
- Owner: timneutkens
- Created: 2016-07-11T21:15:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T07:00:53.000Z (over 8 years ago)
- Last Synced: 2024-10-04T12:41:24.827Z (3 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSLfie certificate generator
> Do note this is build for macOS usage and will not function on another OSDepends on global [sslfie](https://github.com/mkropat/sslfie) command and node.js `>= 4`
## Installation
Install sslfie:
```bash
curl -O https://raw.githubusercontent.com/mkropat/sslfie/master/sslfie
chmod +x sslfie
mv sslfie /usr/local/bin/sslfie
```Install `sslfie-generator` command:
`npm install -g sslfie-generator`
## Usage
`sslfie-generator [options] [country]`
Domainname is required and should be without `www.` www will be automagically added to the generated certificate.
Country is not required and will fall back to US if not provided.
Available options are:
```
-h, --help output usage information
-V, --version output the version number
-o, --output Output directory
```