

InterviewSolution
Saved Bookmarks
1. |
To generate pseudo-random data to use for a keyfile, issue the following __________ command.(a) openhss(b) openssd(c) openssl(d) all of the mentionedThis question was addressed to me in quiz.My question is from Security Checklist topic in portion Production Checklist, Security Concepts and Network Security of MongoDB |
Answer» CORRECT answer is (c) openssl To explain I would say: ALWAYS ensure that the PASSWORD stored in the key file is both long and contains a HIGH amount of entropy. USING openssl in this manner helps generate such a key. |
|