Secure Sockets Layer: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Links: apps: apache
moved Apache docs link to Apache/SSL page; linked to Apache/SSL page instead
Line 9: Line 9:
==Related==
==Related==
* [[openssl]] is the command-line program for managing SSL data
* [[openssl]] is the command-line program for managing SSL data
* [[Apache web server/SSL]]: configuring SSL with [[Apache web server|Apache]]
==Links==
==Links==
===Reference===
===Reference===
* {{wikipedia}}
* {{wikipedia}}
===Applications===
* [http://httpd.apache.org/docs/2.2/ssl/ Apache 2.2]
===Certificate Vendors===
===Certificate Vendors===
* [[OptimumSSL]]: starting at $15
* [[OptimumSSL]]: starting at $15

Revision as of 13:19, 12 April 2012

About

Secure Sockets Layer (SSL) is an encryption technology used for providing secure connections over computer networks, especially the World Wide Web. In particular, it is used in the https protocol.

This is a growing seedling article. You can help HTYP by watering it.

Terminology

  • Certificate Authority File
  • Certificate Chain File: looks like this is a concatenation of the certificates which form a chain from your domain back to the root.
    • It's not clear whether they need to be in order or not.
    • It's not clear whether this terminology is HSphere-specific or in general usage.
    • Apparently the root certificate can be included but is optional.

Reference

Certificate Vendors