TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re:[TCLUG:5789]secure http apache and certificates



The best way to figure it out is to compile & install apache with mod_ssl.  mod_ssl uses OpenSSL, which can generate certificates & sign them.  The OpenSSL instructions, the mod_ssl instructions, and the mod_ssl page are all really good places to start to get a good idea for what is going on when you go to a secure page.  

Apache: http://www.apache.org  
OpenSSL: http://www.openssl.org/source
mod_ssl: http://www.modssl.org

The best way to learn is to just play around.

-Chris