PrepAway - Latest Free Exam Questions & Answers

What openssl command will generate a private RSA key of 2048 bits and passphrase?

What openssl command will generate a private RSA key of 2048 bits and passphrase?

PrepAway - Latest Free Exam Questions & Answers

A.
openssl genrsa des3 out privkey.pem 2048

B.
openssl genrsa out privkey.pem 2048

C.
openssl genrsapass out privkey.pem 2048

D.
openssl genrsapass des3 out privkey.pem 2048

2 Comments on “What openssl command will generate a private RSA key of 2048 bits and passphrase?

  1. typos says:

    (SPOILER)

    I’m not sure the answer labelled as correct is the right one. The question explicitly requests for a passphrase, and OpenSSL manpage clearly states that a switch like “-des3” is needed otherwise the outputed key will NOT be ciphered.

    Therefore, I consider A to be the correct answer, and B a wrong one.




    0



    0

Leave a Reply