Apache Demonstrate that SSL (secure sockets layer) is installed and working on your server. (Under RedHat 7.0 this may be very easy because it comes configured that way right out of the box.) Your demonstration must prove that SSL works on your machine. [added 2001-03-13] For future versions of this assignment, also do the following: (0) Download a copy of SSLeay from somewhere. Maybe here: ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL/ (1) Create a self-signed Certificate Authority (CA) Certificate. This is done in SSLeay by running the "req" command, which produces CAcert.pem and CAkey.pem, the certificate file and the key file. (2) Create a server certificate, and sign it using the CA certificate you created above. Use the "req" command again. Some information is available in the Apache manual starting on page 225, "Make a Test Certificate."