Install Certificate Authority

Hi! I'm Benjamin Kay, and I use a self-signed CA to sign my SSL certificates. The advantage for me is that I don't have to pay hundreds of dollars for certificates signed by an "official" CA. This disadvantage for you is that you keep getting those annoying "The Connection is Untrusted" and "The server failed the authenticity check" warnings. But despair not! By installing my self-signed CA in your web browser, e-mail client, or whatever you're using to access my network, you can abolish those pesky warnings once and for all.

Available Formats
FileFormatMime Type
ca.crtDERapplication/x-x509-ca-cert
ca.pemPEMapplication/x-pem-file

Firefox users can simply click on ca.crt and then check the box titled "Trust this CA to identify web sites."

About SSL

SSL/TLS is a mechanism to establish secure and reasonably anonymous connections over the Internet. It is, for example, how you supply your credit card number to an online store without worrying about a hacker stealing it. Don't believe me? Look it up on Wikipedia.

To use SSL, all you have to do is (ideally install my CA as per above, and then) put https:// into your address bar in place of http://. Sometimes I'll do this automatically for you, e.g. at a login page where you must enter a password.