LPI
303-300 · Question #72
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?
Sign in or unlock 303-300 to reveal the answer and full explanation for question #72. The question stem and answer options stay visible for context.
Cryptography
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
Unlock 303-300 to see the answer
You've previewed enough free 303-300 questions. Unlock 303-300 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#CSR generation#OpenSSL syntax#PKI#Private key