Overview of PQ security components.
Internet / Intranet
|
[Firewall :443]
|
+--------------------------------------------------+
| PROXY (:443) |
| - TLS 1.3 Termination |
| - Client Certificate Verification |
| - Routing Decision |
+--------------------------------------------------+
| |
[Named Pipe] [TCP :8443]
| |
+---------------------+ +---------------------+
| Data Gateway | | IIS |
| (API Endpoint) | | (other services) |
+---------------------+ +---------------------+
| Component | Function | Documentation |
|---|---|---|
| Proxy | TLS termination, routing | Proxy Configuration |
| Named Pipe | Secure local communication | Named Pipes |
| Gateway | API processing | Configuration |
| IIS | Fallback for other requests | IIS Redirection |
| Trust Server | Certificate validation | Trust Server |