nerdexam
CompTIA

SY0-501 · Question #403

A systems administrator wants to generate a self-signed certificate for an internal website. Which of the following steps should the systems administrator complete prior to installing the…

The correct answer is D. Provide the private key to the internal CA. Generating a self-signed certificate for an internal website requires the administrator to provide the private key to the internal CA, which uses it to sign the certificate. This process keeps the private key within the organization's trusted infrastructure.

Submitted by yuki_2020· Mar 4, 2026General security concepts

Question

A systems administrator wants to generate a self-signed certificate for an internal website. Which of the following steps should the systems administrator complete prior to installing the certificate on the server?

Options

  • AProvide the private key to a public CA.
  • BProvide the public key to the internal CA.
  • CProvide the public key to a public CA.
  • DProvide the private key to the internal CA.
  • EProvide the public/private key pair to the internal CA.
  • FProvide the public/private key pair to a public CA.

How the community answered

(47 responses)
  • B
    2% (1)
  • C
    11% (5)
  • D
    81% (38)
  • E
    4% (2)
  • F
    2% (1)

Why each option

Generating a self-signed certificate for an internal website requires the administrator to provide the private key to the internal CA, which uses it to sign the certificate. This process keeps the private key within the organization's trusted infrastructure.

AProvide the private key to a public CA.

Providing the private key to a public CA exposes the server's secret key material to an external third party, which is a serious security risk and unnecessary for an internal website.

BProvide the public key to the internal CA.

The public key alone is provided during a Certificate Signing Request (CSR) to an external CA, not an internal CA for a self-signed certificate; additionally, a self-signed certificate requires the private key for signing, not just the public key.

CProvide the public key to a public CA.

Providing the public key to a public CA describes the CSR process for a publicly trusted certificate, which is unnecessary and inappropriate for an internal website using a self-signed certificate.

DProvide the private key to the internal CA.Correct

For a self-signed or internally signed certificate, the private key is submitted to the internal CA so it can sign the certificate and bind it to the server's identity. The internal CA uses the private key to create the digital signature on the certificate, and since this is an internal site, using the organization's own CA is appropriate rather than a public CA. This keeps sensitive key material within the organization's control while establishing trust for internal users.

EProvide the public/private key pair to the internal CA.

Providing the full key pair to the internal CA is incorrect because the private key should never leave the server or be shared with any CA; only the private key's signing capability is leveraged, not the pair transmitted together.

FProvide the public/private key pair to a public CA.

Providing the full key pair to a public CA is doubly incorrect because it both exposes the private key to an external party and involves a public CA unnecessarily for an internal website.

Concept tested: Self-signed certificate generation and internal CA signing

Source: https://learn.microsoft.com/en-us/windows-server/networking/core-network-guide/cncg/server-certs/install-the-certification-authority

Topics

#PKI#self-signed certificate#certificate generation#private key

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice