LPI
117-303 · Question #81
What openssl command will generate a certificate signing request (CSR) using the private key file privkey.pem?
The correct answer is B. openssl req new key privkey.pem out cert.csr. See the full explanation below for the reasoning.
Question
What openssl command will generate a certificate signing request (CSR) using the private key file privkey.pem?
Options
- Aopenssl req key privkey.pem out cert.csr
- Bopenssl req new key privkey.pem out cert.csr
- Copenssl gencsr key privkey.pem out cert.csr
- Dopenssl gencsr new key privkey.pem out cert.csr
How the community answered
(28 responses)- A4% (1)
- B79% (22)
- C4% (1)
- D14% (4)
Community Discussion
No community discussion yet for this question.