sheamus
sheamus

Reputation: 3153

Do I need a wildcard SSL certificate for subdomains in Azure?

In our Azure subscription, we have three applications: dev.myapp.com, test.myapp.com, prod.myapp.com (www.myapp.com, myapp.com).

Previously, I just purchased a wildcard certificate, and then converted it to PFX format and uploaded it.

But I see now that I can get an SSL certificate directly from Azure, and save a bit of hassle. But I am wondering if I buy an S1 certificate, if I can use it with my subdomains, or if I need to buy the wildcard (which is quite expensive compared to getting it from another source).

I assume I need the wildcard and would just like to confirm.

Upvotes: 3

Views: 9515

Answers (3)

Dana
Dana

Reputation: 372

You can take either single domain SSL or Wildcard SSL certificate to secure sub domains.

If the time of the various SSL certificate management does not matter to you, but the price is important then go for a single domain SSL certiifcate, otherwise go for Wildcard SSL certificate which secures number of sub domains.

If have price concern for wildcard ssl certificate then go with comodo certificate authority resellers.

Upvotes: 0

user6324024
user6324024

Reputation:

You can either get the Single domain certificates or else you can go with the Wildcard SSL Certificates.

The Individual Single Domain SSL certificate will cost you low if you are going to buy from Comodo, but as it is for one domain you have to create the new CSR and Private Key for each domain. If you are wishing to secure one more app, you need to purchase a new SSL, New CSR & Private Key... This is really

But in the case of Wildcard SSL, the one CSR and Private Key will work for all your sub-domains. additionally, it will allow you to secure any number of sub-domains.

Upvotes: 0

Vivien Chevallier
Vivien Chevallier

Reputation: 1522

sheamus,

I can confirm you'll have to buy a W1 Wild Card certificate: *.myapp.com.

A S1 Standard certificate will only cover your domain myapp.com (Upon submission the certificate will also be approved for www.myapp.com).

Also you can refer to the following Azure documentation:

Purchase, Store and Assign an SSL Certificate for your custom domain

If you need to secure multiple domain names, such as contoso.com, www.contoso.com, and mail.contoso.com, then you can get a wildcard certificate

Upvotes: 7

Related Questions