Difference between revisions of "Secure Sockets Layer"
Jump to navigation
Jump to search
(New page: ==Overview== category:computer terminologySecure Sockets Layer (SSL) is an encryption technology used for providing secure connections over computer networks, especially the [[Worl...) |
(Let's Encrypt) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | <hide> |
+ | [[page type::article]] | ||
+ | [[thing type::data protocol]] | ||
+ | [[acronym::SSL]] | ||
+ | </hide> | ||
+ | ==About== | ||
[[category:computer terminology]][[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.{{seedling}} | [[category:computer terminology]][[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.{{seedling}} | ||
===Terminology=== | ===Terminology=== | ||
* [[Certificate Authority File]] | * [[Certificate Authority File]] | ||
− | * [[Certificate Chain 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. | ||
+ | ==Related== | ||
+ | * [[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}} | ||
+ | ===Certificate Vendors=== | ||
+ | * [[OptimumSSL]]: starting at $15 | ||
+ | ===News=== | ||
+ | * '''2014-11-18''' [https://www.eff.org/deeplinks/2014/11/certificate-authority-encrypt-entire-web Launching in 2015: A Certificate Authority to Encrypt the Entire Web] -- [[Let's Encrypt]] | ||
+ | ** shares: [https://plus.google.com/+eff/posts/QRESqHqMBHk EFF@Google+] |
Latest revision as of 16:54, 19 June 2016
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.
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.
Related
- openssl is the command-line program for managing SSL data
- Apache web server/SSL: configuring SSL with Apache
Links
Reference
Certificate Vendors
- OptimumSSL: starting at $15
News
- 2014-11-18 Launching in 2015: A Certificate Authority to Encrypt the Entire Web -- Let's Encrypt
- shares: EFF@Google+