Self Signing Certificates in Apache2

I found this terrific article explaining the process of self signing SSL certificates for Apache test servers. In my instance I couldn’t get a test site to work 100% as there were a couple of pages that were loading via SSL. By self-signing the certificate I could trick the pages into loading correctly.

http://www.crazysquirrel.com/computing/debian/apache-mod_ssl.jspx

When using the instructions above, be sure you note down all the paths of the files you are working with. Although the article is good – there are some small syntax errors when self-signing the certificate (the openssl x509 -in section)

Of course this process isn’t for public sites as there isn’t any CA actually signing the certificate for you – but it makes testing a site cheap and easy.

Tags: , ,

One Response
Filed under:Uncategorized

One Response to “Self Signing Certificates in Apache2”

Leave a Reply