Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# SSLfie certificate generator
> Do note this is build for macOS usage and will not function on another OS

Depends 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
```