A system administrator is preparing to obtain a new TLS certificate for an internal server from the enterprise Certificate Authority (CA). Which of the following tasks must be completed on the server during the initial certificate request workflow? (Select TWO.)
- Generate a asymmetric key pair consisting of a private key and a public keyAnswer
- Create a Certificate Signing Request (CSR) containing the server's public key and identity detailsAnswer
- CExport the Root CA's private key and install it directly onto the server
- DGenerate a shared symmetric key to embed directly into the X.509 certificate file
- EConfigure a secure hash algorithm to encrypt all payload data without using asymmetric key pairs
Answer
The server administrator must generate an asymmetric key pair on the server and create a Certificate Signing Request (CSR) containing the public key to send to the CA.
To obtain a signed digital certificate from a CA, the requesting server must first generate its own asymmetric key pair (private and public key) and then bundle the public key along with server identity attributes into a Certificate Signing Request (CSR) submitted to the CA.
Step-by-Step Solution
Key Concept
PKI Certificate Enrollment and CSR Generation Workflow