feat(pki-server): add public PKI repository API
Add the disclosure-controlled public certificate, chain, CRL and status repository with capability-based unlisted access, bounded streaming, conditional caching and isolated public execution resources. Introduce authoritative issuer generations and explicit chain paths so issuance bundles and stable public chain routes never rely on inferred certificate ordering or runtime path guessing.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": 2,
|
||||
"version": 3,
|
||||
"serverName": "zeroecho-admin",
|
||||
"realm": {
|
||||
"realmId": "production",
|
||||
@@ -74,5 +74,6 @@
|
||||
"gracefulShutdownMillis": 30000,
|
||||
"forcedShutdownMillis": 10000
|
||||
},
|
||||
"publicListener": {"enabled": false},
|
||||
"runtime": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user