Skip to content

wil92/mock-certificate-authority-api

Repository files navigation

Simple certificate authority mock API

An easy solution for simulate a certificate authority API.

Start project

# install dependencies
npm install

# start project
DEBUG='*' SERVER_PK=<path-to-ca-key-here> SERVER_CERT=<path-to-ca-cert-here> npm start

Dependencies

sudo apt install openssl

Technologies

Author

About

An easy solution for simulate a certificate authority API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published