PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #260
Your customer has an on-premises Public Key Infrastructure (PKI) with a certificate authority (CA). You need to issue certificates for many HTTP load balancer frontends. The on-premises PKI should…
The correct answer is B. Use a subordinate CA in the Google Certificate Authority Service from the on-premises PKI. To issue many certificates for HTTP load balancer frontends while minimally affecting an on-premises PKI and ensuring scalability, use a subordinate CA in Google Certificate Authority Service rooted from the on-premises PKI.
Question
Options
- AUse Certificate Manager to issue Google managed public certificates and configure it at HTTP the
- BUse a subordinate CA in the Google Certificate Authority Service from the on-premises PKI
- CUse Certificate Manager to import certificates issued from on-premises PKI and for the frontends.
- DUse the web applications with PKCS12 certificates issued from subordinate CA based on
How the community answered
(34 responses)- A9% (3)
- B71% (24)
- C15% (5)
- D6% (2)
Why each option
To issue many certificates for HTTP load balancer frontends while minimally affecting an on-premises PKI and ensuring scalability, use a subordinate CA in Google Certificate Authority Service rooted from the on-premises PKI.
Using Certificate Manager for Google-managed public certificates bypasses the on-premises PKI entirely, which contradicts the implicit requirement to involve and minimally affect the existing on-premises PKI infrastructure.
Leveraging Google Certificate Authority Service to host a subordinate CA, which is then signed by the on-premises PKI, provides a scalable and managed solution for issuing many certificates. This approach minimizes the manual processes on the on-premises PKI by requiring it to sign only the subordinate CA once, while allowing the Google Cloud CA Service to handle subsequent, high-volume certificate issuance efficiently for HTTP load balancer frontends.
Using Certificate Manager to import certificates issued manually from an on-premises PKI would involve manual issuance and import for 'many' frontends, which is not scalable and does not minimize manual processes.
Referring to 'web applications with PKCS12 certificates from subordinate CA' is vague and does not directly address the scalable issuance and management of certificates specifically for HTTP Load Balancer frontends in Google Cloud, for which Certificate Manager or CA Service are the designated tools.
Concept tested: Google Cloud Certificate Authority Service integration
Source: https://cloud.google.com/certificate-authority-service/docs/issuing-subordinate-cas
Topics
Community Discussion
No community discussion yet for this question.