feat(server): add an embedded ACME directory server and certificate authority with challenge, order, and certificate endpoints

This commit is contained in:
2026-03-19 09:19:15 +00:00
parent 77d40985f3
commit 74ad7cd6c4
26 changed files with 11257 additions and 4906 deletions

View File

@@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"test": "(tstest test/ --verbose --logfile --timeout 600)",
"build": "(tsbuild)",
"build": "(tsbuild tsfolders)",
"buildDocs": "tsdoc"
},
"repository": {
@@ -41,28 +41,28 @@
"dependencies": {
"@apiclient.xyz/cloudflare": "^7.1.0",
"@peculiar/x509": "^1.14.3",
"@push.rocks/lik": "^6.2.2",
"@push.rocks/smartdata": "^7.0.15",
"@push.rocks/lik": "^6.3.1",
"@push.rocks/smartdata": "^7.1.0",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartdns": "^7.8.1",
"@push.rocks/smartlog": "^3.1.10",
"@push.rocks/smartdns": "^7.9.0",
"@push.rocks/smartlog": "^3.2.1",
"@push.rocks/smartnetwork": "^4.4.0",
"@push.rocks/smartstring": "^4.1.0",
"@push.rocks/smarttime": "^4.2.3",
"@push.rocks/smartunique": "^3.0.9",
"@push.rocks/taskbuffer": "^6.1.2",
"@tsclass/tsclass": "^9.3.0"
"@tsclass/tsclass": "^9.5.0"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.1.2",
"@git.zone/tsbuild": "^4.3.0",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.1.8",
"@git.zone/tstest": "^3.4.0",
"@push.rocks/qenv": "^6.1.3",
"@types/node": "^25.2.3"
"@types/node": "^25.5.0"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"ts_*/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",