@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.
44 lines (43 loc) • 905 B
JSON
{
"name": "@cto.af/ca",
"version": "1.1.1",
"decription": "Minimal certificate authority suitable only for localhost testing.",
"main": "lib/index.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": "1.0.0",
"commander": "14.0.0",
"env-paths": "3.0.0",
"filenamify": "6.0.0",
"jsrsasign": "11.1.0"
},
"packageManager": "pnpm@10.11.0",
"engines": {
"node": ">=20"
}
}