From the course: SSL Certificates for Web Developers
Unlock this course with a free trial
Join today to access over 25,600 courses taught by industry experts.
Certificate types
From the course: SSL Certificates for Web Developers
Certificate types
- [Instructor] In this movie, we'll discuss the different types of certificates. All SSL certificates perform the same basic function, but there are differences in how they're issued that are important to understand. The first difference is the domain scope. The most common type of certificate is a single domain certificate. This would be a certificate where a public key is certified to belong to a single website. For example, www.coolsite.com. Notice that the URL includes the subdomain in front of it, www. Our certificate and our public key would be certified only for that single domain, including the subdomain. A wildcard certificate works on several subdomains, not just one. For example, we might have library.coolsite.com and members.coolsite.com. We could have two single domain certificates to handle these, or we can get one wildcard certificate that works for any number of subdomains. It functions the same. It just allows many subdomains to share one certificate and one public…