Questions: Public Key Infrastructure

5 questions to test your understanding

Score: 0 / 5
Question 1 Short Answer

Your browser trusts hundreds of root CAs from dozens of countries. Why is this a security concern, and what mitigation does Certificate Transparency provide?

Think about your answer, then reveal below.
Question 2 Multiple Choice

A website's certificate has expired. A user argues that since the cryptographic key hasn't changed, the connection is still secure. What does the user miss?

AExpired certificates use weaker encryption algorithms
BCertificate expiration serves multiple purposes: it limits the window of exposure if a private key is compromised without detection, forces regular re-validation of domain ownership, and ensures the certificate's cryptographic algorithms stay current. An unexpired certificate provides assurance that these checks were recent
CThe encryption key automatically weakens over time due to mathematical properties
DExpired certificates cannot perform the TLS handshake at all
Question 3 Multiple Choice

The chain of trust in PKI is: root CA signs intermediate CA certificate, intermediate CA signs end-entity certificate. Why use intermediate CAs instead of having root CAs sign all certificates directly?

AIntermediate CAs encrypt the certificates while root CAs only sign them
BRoot CA private keys are stored offline in hardware security modules and used rarely. Intermediate CAs handle day-to-day signing. If an intermediate CA is compromised, the root can revoke it without replacing the root key, which would require updating every browser and OS trust store
CRoot CAs can only sign a limited number of certificates due to mathematical constraints
DIntermediate CAs provide faster signature verification
Question 4 True / False

OCSP stapling improves certificate revocation checking by having the web server include a recent, CA-signed OCSP response in the TLS handshake, rather than requiring the client to contact the CA directly.

TTrue
FFalse
Question 5 Short Answer

Let's Encrypt revolutionized PKI by offering free, automated certificates. How did this change the HTTPS adoption landscape?

Think about your answer, then reveal below.