1.0.2 • Published 9 months ago

ssl-pin-gen v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

npm version

ssl-pin-gen

A cli tool and api to generate SSL certificate pins for mobile app pinning

Reasoning

The idea was to create a simple cli tool for generating SSL public key pins that doesn't rely on openssl.

Prerequisites

This project requires NodeJS (version 16 or later)

Install

Local installation

npm install --global ssl-pin-gen

or

yarn global add ssl-pin-gen

Usage

To get started with the cli run:

npx ssl-pin-gen@latest --help

In order to add preset domain(s) pass in an environment variable DOMAIN_OPTIONS with the value being a comma seperated list of domains e.g:

DOMAIN_OPTIONS="www.google.com,github.com"

Licence

ISC

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

1.0.0-rc.2

9 months ago

1.0.0-rc.1

9 months ago

1.0.0-rc.0

9 months ago

1.0.0-beta.2

9 months ago

1.0.0-beta.1

9 months ago

1.0.0-beta.0

9 months ago

0.1.0

9 months ago