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

https://github.com/papercutsoftware/cert-tool

node.js program to generate locally signed certs. Works on Linux, Mac and Windows
https://github.com/papercutsoftware/cert-tool

Last synced: 10 months ago
JSON representation

node.js program to generate locally signed certs. Works on Linux, Mac and Windows

Awesome Lists containing this project

README

          

## Certificate tool(Cert-tool)

This tool generates cross-platform self-signed certificates in two formats: PFX and PEM.
The two formats our test payment gateway applications require.

## Get Started:
This tool requires nodejs and npm, which can be downloaded [here](https://www.npmjs.com/get-npm)

Run: **npm i -g**

Then run cert-tool --help to find an overview of how to use the tool and all valid parameters

You can find more information in this [wiki entry](https://github.com/PaperCutSoftware/cert-tool/wiki/).