

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 mentioned |
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. |
|