GSLC · Question #478
You work as a Network Administrator for Tech Perfect Inc. The company has a Windows Active Directory-based single domain single forest network. The company's network is connected to the Internet throu
The correct answer is A. Take the root CA offline after it issues certificates to its subordinate CAs.. Taking the root CA offline after issuing subordinate CA certificates is a PKI best practice that protects the trust anchor from network-based compromise.
Question
Options
- ATake the root CA offline after it issues certificates to its subordinate CAs.
- BTake the subordinate CA offline after it gets the certificates from the root CA.
- CPlace all CA servers in a locked room.
- DConfigure a firewall on the network.
How the community answered
(16 responses)- A75% (12)
- B6% (1)
- C6% (1)
- D13% (2)
Why each option
Taking the root CA offline after issuing subordinate CA certificates is a PKI best practice that protects the trust anchor from network-based compromise.
The root CA is the ultimate trust anchor in a PKI hierarchy - once it has signed the subordinate CA certificates, it has no further operational need to remain online. Keeping it offline (air-gapped) eliminates its exposure to network-based attacks, and if a subordinate CA is ever compromised, the isolated root CA can still be used to revoke and reissue subordinate CA certificates without itself being at risk.
Taking the subordinate CA offline defeats its operational purpose - it must remain online and accessible to issue, renew, and revoke certificates for clients on an ongoing basis.
Placing CA servers in a locked room is a physical security control that does not address network-based compromise, which is the primary attack vector for a high-level CA.
A firewall is already described as present on the network and provides perimeter defense, but it does not isolate the root CA from network-based attacks the way taking it offline does.
Concept tested: PKI root CA offline best practice for hierarchy security
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/active-directory-certificate-services-overview
Topics
Community Discussion
No community discussion yet for this question.