nerdexam
CompTIA

SY0-301 · Question #431

An SSL/TLS private key is installed on a corporate web proxy in order to inspect HTTPS requests. Which of the following describes how this private key should be stored so that it is protected from…

The correct answer is C. Utilize a hardware security module. An HSM is the industry-standard solution for protecting cryptographic keys used in active systems, providing tamper-resistant hardware storage that prevents key extraction even with physical access.

Security architecture

Question

An SSL/TLS private key is installed on a corporate web proxy in order to inspect HTTPS requests. Which of the following describes how this private key should be stored so that it is protected from theft?

Options

  • AImplement full disk encryption
  • BStore on encrypted removable media
  • CUtilize a hardware security module
  • DStore on web proxy file system

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    86% (24)
  • D
    7% (2)

Why each option

An HSM is the industry-standard solution for protecting cryptographic keys used in active systems, providing tamper-resistant hardware storage that prevents key extraction even with physical access.

AImplement full disk encryption

Full disk encryption protects data at rest when the disk is unmounted, but the key would still be exposed in memory or on the filesystem while the proxy is actively running.

BStore on encrypted removable media

Storing the key on encrypted removable media still requires decryption and loading into the system for use, leaving it exposed during operation and vulnerable to theft when loaded.

CUtilize a hardware security moduleCorrect

A Hardware Security Module (HSM) is purpose-built to store and protect cryptographic keys in tamper-resistant hardware. The private key never leaves the HSM in plaintext - all cryptographic operations are performed inside the device, making key theft extremely difficult even if an attacker gains OS-level access to the proxy.

DStore on web proxy file system

Storing the key on the web proxy filesystem provides no additional protection beyond OS file permissions, making it vulnerable to any attacker who compromises the operating system.

Concept tested: Hardware Security Module for private key protection

Source: https://learn.microsoft.com/en-us/azure/key-vault/managed-hsm/overview

Topics

#HSM#private key protection#key management#SSL/TLS

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice