nerdexam
LPI

303-200 · Question #13

Which of the following openssl commands generates a certificate signing request (CSR) using the already existing private key contained in the file private/keypair.pem?

The correct answer is B. openssl req -new -key private/keypair.pem -out req/csr.pem. See the full explanation below for the reasoning.

Question

Which of the following openssl commands generates a certificate signing request (CSR) using the already existing private key contained in the file private/keypair.pem?

Options

  • Aopenssl req -key private/keypair.pem -out req/csr.pem
  • Bopenssl req -new -key private/keypair.pem -out req/csr.pem
  • Copenssl gencsr -key private/keypair.pem -out req/csr.pem
  • Dopenssl gencsr -new -key private/keypair.pem -out req/csr.pem

How the community answered

(42 responses)
  • A
    7% (3)
  • B
    74% (31)
  • C
    14% (6)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 303-200 Practice