A web administrator is setting up a new internal server and needs to secure web traffic using HTTPS. The administrator generates a public-private key pair on the web server and packages the public key alongside organizational details into a request file to send to the enterprise Certificate Authority (CA). Which of the following is the administrator creating to submit to the CA?
- Certificate Signing Request (CSR)Answer
- BCertificate Revocation List (CRL)
- CSymmetric secret key
- DDigital signature hash
Answer
Certificate Signing Request (CSR)
The correct answer is the Certificate Signing Request (CSR). When requesting an X.509 certificate from a Certificate Authority, an administrator first generates a key pair and packages the public key along with server information into a CSR.
Step-by-Step Solution
Key Concept
Certificate Signing Request (CSR) workflow in PKI