UNPKG

@cto.af/ca

Version:

Testing-only Certificate Authority (CA) for your local development environment ONLY. This is in no way suitable for production of any kind.

50 lines (49 loc) 1.05 kB
{ "name": "@cto.af/ca", "version": "3.0.0", "decription": "Minimal certificate authority suitable only for localhost testing.", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js" }, "files": [ "bin/*", "lib/*" ], "type": "module", "bin": { "cto-af-ca": "bin/cto-af-ca.js" }, "keywords": [ "certificate", "authority", "localhost", "X.509", "PKCS", "PEM" ], "author": "Joe Hildebrand <joe-github@cursive.net>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/cto-af/ca.git" }, "homepage": "https://github.com/cto-af/ca#readme", "bugs": { "url": "https://github.com/cto-af/ca/issues" }, "dependencies": { "@cto.af/log": "~2.0.0", "@cto.af/utils": "~2.0.0", "@napi-rs/keyring": "~1.3.0", "commander": "~14.0.3", "env-paths": "~4.0.0", "filenamify": "~7.0.1", "jsrsasign": "~11.1.3" }, "packageManager": "pnpm@11.0.3", "engines": { "node": ">=22" } }