Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Check if certificate is wildcard certificate

We have a website and we'd like to check if the certificate installed is a wild-card certificate or tied to the specific URL only. Could this be checked in an easy way?

like image 679
Krt_Malta Avatar asked Apr 09 '12 07:04

Krt_Malta


People also ask

How do I know if my certificate is wildcard?

Click on the padlock in the URL bar and view the certificate. To do this in Chrome you click on the Connection tab then Certificate Information . Check that the Common Name (CN) contains a * in front of your domain name.

What does a wildcard certificate look like?

A SSL/TLS Wildcard certificate is a single certificate with a wildcard character (*) in the domain name field. This allows the certificate to secure multiple sub domain names (hosts) pertaining to the same base domain. For example, a wildcard certificate for *. (domainname).com, could be used for www.

How do I get SSL wildcard certificate?

To issue a wildcard SSL/TLS certificate: Go to Websites & Domains, find the domain you want to secure, and click Let's Encrypt. Select the “Issue wildcard certificate” checkbox and select the domain aliases you also want to secure (if any).

What is the difference between SSL and wildcard certificate?

Wildcard SSL vs Standard SSL in a Nutshella standard (single domain) SSL certificate secures one domain name. a wildcard SSL certificate secures your domain and an unlimited number of first-level subdomains.


1 Answers

Browse to a secured page on your server, ie: https://yoursite.com

Click on the padlock in the URL bar and view the certificate. To do this in Chrome you click on the Connection tab then Certificate Information.

Check that the Common Name (CN) contains a * in front of your domain name.

Eg. for https://www.google.com

*.google.com cert

like image 115
ʀᴏʙ Avatar answered Sep 22 '22 11:09

ʀᴏʙ