Node.js EasyRSA
Node.js public key infrastructure management library inspired by EasyRSA.
- Uses forge to manage cryptography
- Provides ready-to-use templates to create your certificate authority:
vpn
,ssl
ormdm
. - Available both as a cli and a lib.
- Provides easy-to-use templates for generic use cases (VPN, SSL, MDM)
- Can easily be plugged to a database backend.
Quickstart
- Command Line Interface
npm i -g easyrsaeasyrsa init-pkieasyrsa gen-req EntityNameeasyrsa sign-req client EntityName
Testing
- You can quickly start hacking around
git clone -o github git@github.com:mgcrea/node-easyrsa.gitcd node-easyrsanpm inpm start