{
  "message": "mTLS + JWT Production Server (ALB Passthrough Backend)",
  "architecture": "ALB (mTLS passthrough) → EC2 (mTLS validation + JWT)",
  "mtlsStatus": {
    "certPresent": false,
    "mode": "none",
    "subject": "N/A",
    "issuer": "N/A"
  },
  "endpoints": {
    "token": "POST /oauth/token     — Get access token (JWT required)",
    "health": "GET  /api/health      — Health check (mTLS + JWT required)",
    "data": "POST /api/data        — Submit data (mTLS + JWT required)",
    "tokenInfo": "GET  /api/token-info  — Inspect token (mTLS + JWT required)",
    "albHealth": "GET  /health          — ALB health check (no auth)",
    "debugCert": "GET  /debug/cert      — Inspect mTLS cert from ALB"
  },
  "timestamp": "2026-04-05T21:50:13.931Z"
}