nerdexam
CompTIA

SK0-004 · Question #896

Which of the following PKI elements will a web server distribute to all of its clients using HTTPS?

The correct answer is B. Server public key. In HTTPS, the web server distributes its SSL/TLS certificate to clients, and that certificate contains the server's public key used to establish a secure session.

Security and disaster recovery

Question

Which of the following PKI elements will a web server distribute to all of its clients using HTTPS?

Options

  • ARoot CA public key
  • BServer public key
  • CRoot CA private key
  • DServer private key
  • EServer session key

How the community answered

(49 responses)
  • A
    6% (3)
  • B
    88% (43)
  • C
    2% (1)
  • E
    4% (2)

Why each option

In HTTPS, the web server distributes its SSL/TLS certificate to clients, and that certificate contains the server's public key used to establish a secure session.

ARoot CA public key

The root CA public key is not distributed by the web server - it is pre-installed in client browsers and operating systems as part of their trusted root certificate stores.

BServer public keyCorrect

During the TLS handshake, the web server sends its digital certificate to every connecting client, and that certificate contains the server's public key. The client uses this public key to verify the server's identity via the CA signature on the certificate and to participate in key exchange for encrypting the session. The server's public key is the only PKI element the server actively pushes to all clients.

CRoot CA private key

The root CA private key is never distributed to anyone; it is kept secret by the Certificate Authority to protect the integrity of the entire PKI trust chain.

DServer private key

The server private key is never shared with clients - it stays on the server and is used to decrypt data or sign handshake messages.

EServer session key

Session keys are ephemeral and negotiated collaboratively by both parties during the TLS handshake; the server does not pre-generate and distribute them.

Concept tested: PKI certificate distribution during HTTPS TLS handshake

Source: https://learn.microsoft.com/en-us/windows-server/security/tls/tls-ssl-schannel-ssp-overview

Topics

#PKI#HTTPS#public key#SSL/TLS certificates

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice