Central trust server for certificate validation.
[Client] -> [Proxy] -> [Trust Server]
|
[Certificate DB]
| Endpoint | Function |
|---|---|
| POST /validate | Verify certificate |
| GET /trusted | List of trusted certs |
| POST /revoke | Revoke certificate |
{ "TrustServer": { "Url": "https://trust.intern", "ApiKey": "...", "CacheSeconds": 60, "FailOpen": false } }
With FailOpen: false: