OpenSSL self-signed Certificates 2003-10-15 12:02pm
This is the quick and dirty command I used to generate a self signed certificate for IMAPS, but it just as easily be used with Apache for HTTPS as well.
openssl req -new -x509 -nodes -out public.pem -keyout private.pem -days 3650




