Add mTLS certificate support

This commit is contained in:
Tarrgon
2026-07-07 12:26:45 -04:00
parent f32e2292ea
commit 8643a99ab3
6 changed files with 66 additions and 11 deletions
+2 -1
View File
@@ -30,6 +30,7 @@
"build": "npm run clean && node scripts/build.js && npm run copyfiles",
"clean": "rimraf dist",
"copyfiles": "copyfiles -u 1 \"./src/**/*.html\" ./dist",
"encrypt": "node ./scripts/encrypt-data.js"
"encrypt": "node ./scripts/encrypt-data.js",
"add-author-hash": "node ./scripts/add-author-id-hash.js"
}
}