How dStack integrates TDX attestation into real-world deployments, focusing on the guest agent and KMS workflows.
get_tls_key
method generates a random seed, derives a unique ECDSA key pair, and requests a signed certificate chain, while get_quote
pads user data and requests a hardware-backed quote and event log. All requests are carefully validated, and the agent is engineered to prevent any cross-tenant key or attestation leakage. Its role is purely to mediate secure, hardware-rooted cryptographic operations on behalf of the guest environment, with a minimal and auditable attack surface.
Integration security is where theory meets practice. The next section explores the threat model and security guarantees that underpin dStack’s TDX attestation.