Rob, > I need to create new certificate's for my apache server. I'm a > little confused on how to do this. Does anyone have a good link > they can tell me or anything.
A simple and very fast way to do it for testing purposes is to use FreeICP project's free entry-level CA: https://ca.freeicp.org/webra/entry-level Just type your server's address (www.yourserver.com or whatever) and it'll generate the private key and public certificate for you right on the spot. Save them to files and point the mod_ssl SSLCertificateFile and SSLCertificateKeyFile to them. I assume you can handle the httpd.conf part. Albeit all that works, this is not very secure. When you move your server to production status, you should get a higher security grade certificate. Unfortunately, the FreeICP project's Verified Identity CA is still not offering server certificates -- this is still being implemented to fit their free/collaborative identity verification system; so, for the time being, you should try one of the commercial CAs (VeriSign, Thawte, etc). --Marco "Kiko" Carnut --Tempest Security Technologies/FreeICP.ORG ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
