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
- Host: GitHub
- URL: https://github.com/papercutsoftware/cert-tool
- Owner: PaperCutSoftware
- License: gpl-3.0
- Created: 2019-11-06T05:12:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T03:22:02.000Z (over 3 years ago)
- Last Synced: 2025-03-27T21:11:54.698Z (10 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 6
- Watchers: 30
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/).