A network administrator is setting up a new secure web server and needs to obtain an X.509 digital certificate from an enterprise Certificate Authority (CA). Which of the following actions should the administrator perform first on the server?
- Generate a private key and create a Certificate Signing Request (CSR)Answer
- BInstall the CA root certificate into the web server's local trust store before key creation
- CExport the server's symmetric key to send to the Certificate Authority for signing
- DCompute a cryptographic hash of the web content to establish non-repudiation with the CA
Answer
The administrator must first generate a key pair and create a Certificate Signing Request (CSR) on the web server.
Generating a private key and creating a Certificate Signing Request (CSR) is the first standard step in obtaining an SSL/TLS certificate. The CSR contains the server's public key along with identifying information (such as domain name and organization) which is sent to the Certificate Authority for validation and signing.
Step-by-Step Solution
Key Concept
PKI Certificate Request Workflow