OpenSSL self-signed Certificates  

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
Leave A Reply
All content licensed under the Creative Commons License