1.0.1 • Published 3 years ago

tls-pinset v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

node-pinset

Generate pinset for a remote server.

Installation

npm install tls-pinset -g

Usage

tls-pinset 1.1.1.1

generating pinset for 1.1.1.1:443 with openssl
od9obscoXQND56/DikypZrJkXGvbQV5Y61QGfcNitHo=

Arguments

Using programmatically

const { generatePinset } = require('tls-pinset')

generatePinset('1.1.1.1', 853).then(console.log)
// od9obscoXQND56/DikypZrJkXGvbQV5Y61QGfcNitHo=

Requirements

Make sure openssl is installed and added to PATH.