Do the following:1. From the terminal window (as root), create the file random byentering the following:cat /dev/random > /tmp/random2. Press some keys on the keyboard to generate random events which help tocreate the file.3. Stop the process after about 15 seconds by pressing Ctrl+C.4. Generate a server key by entering the following (on one line):openssl genrsa -des3 -out /tmp/account.key-rand /tmp/random 10245. When prompted for a pass phrase, enter linux (twice).6. Sign the key by entering the following (on one line):openssl req -new -x509...