Inhaltsverzeichnis

4.5 Trust Server

Central trust server for certificate validation.

Concept: Single Point of Trust

Architecture

[Client] -> [Proxy] -> [Trust Server]
                          |
                    [Certificate DB]

API Endpoints

Endpoint Function
POST /validate Verify certificate
GET /trusted List of trusted certs
POST /revoke Revoke certificate

Configuration in Proxy

{
  "TrustServer": {
    "Url": "https://trust.intern",
    "ApiKey": "...",
    "CacheSeconds": 60,
    "FailOpen": false
  }
}

Fail-Closed

With FailOpen: false:

High Availability