nerdexam
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)
  • A
    4% (1)
  • B
    79% (22)
  • C
    4% (1)
  • D
    14% (4)

Community Discussion

No community discussion yet for this question.

Full 117-303 Practice