During the design of a PKI hierarchy for a highly classified system, the ISSEP needs to ensure that the Root CA is kept offline. What is the most appropriate way to sign the Subordinate CA request?
Trap 1: Expose the Root CA via a restricted management port in the firewall.
Exposing management ports increases the risk of unauthorized access to the Root key.
Trap 2: Configure a secure VPN tunnel between the Subordinate CA and the…
A VPN tunnel implies the Root CA is online, which defeats the purpose of an offline Root.
Trap 3: Use an HSM to automatically sign the request from the Subordinate…
Automatic signing requires an online connection.
- A
Expose the Root CA via a restricted management port in the firewall.
Why wrong: Exposing management ports increases the risk of unauthorized access to the Root key.
- B
Configure a secure VPN tunnel between the Subordinate CA and the Root CA to exchange the CSR.
Why wrong: A VPN tunnel implies the Root CA is online, which defeats the purpose of an offline Root.
- C
Use an HSM to automatically sign the request from the Subordinate CA.
Why wrong: Automatic signing requires an online connection.
- D
Transfer the CSR via air-gapped media to the offline Root CA, sign, and return the certificate.
This preserves the integrity of the Root CA by keeping it air-gapped.