Which of the following information has to be submitted to a certification authority in order to request a web server certificate?
Which of the following information has to be submitted to a certification authority in order to request a web server certificate?
To request a web server certificate from a certification authority, you need to submit a certificate signing request (CSR). A CSR is generated on the server where the certificate will be installed and contains the public key that will be included in the certificate, as well as information identifying the applicant (such as the organization name, common name, locality, and country). The CSR does not include private keys or SSL configuration files.
E is correct!