QuestionQ84

HTTP Services

Which of the following details must be submitted to a certification authority to request a web server certificate?

  • A The web server's private key.
  • B The IP address of the web server.
  • C The list of ciphers supported by the web server.
  • D The web server's SSL configuration file.
  • E The certificate signing request.
Explanation

A certificate signing request (CSR) supplies the public key and the subject information that the certification authority uses to issue a web server certificate. The corresponding private key is retained securely by the certificate requester.

Community Discussion

No comments yet. Be the first to start the discussion!