Code RoomService-mesh PKI
HardPrep Room Coding #3364

Service-mesh PKI

System designSecuritySenior–Staff~45 min

Design a service-mesh PKI / certificate-distribution system that issues short-lived (e.g., 24-hour or shorter) mTLS certificates to ~20,000 workload instances for service-to-service authentication, where certs auto-renew before expiry, a compromised workload's cert can be invalidated quickly, and the whole fleet must keep working even if the CA has a brief outage. Issuance peaks at thousands of certs/min during deploys. Walk through the trust hierarchy, how a workload proves it deserves a cert (bootstrapping), and the trade-off between short-lived certs and traditional CRL/OCSP revocation.

What a strong answer looks like

Clarify scale and constraints first. Propose a clean component breakdown, then go deep on the hard parts (data model, bottlenecks, consistency, failure modes) and name the trade-offs you are making.

Clarify5:00 left
Estimate5:00 planned
Design15:00 planned
Deep dive12:00 planned
Failure8:00 planned
0:00
Which questions mattered is sealed until you submit. Telling you now would just be handing over the edge cases.