Mobile app version of vmapp.org
Login or Join
Deb1703797

: SSL certificate wildcard / single name - will it work for subdirectories? I want to purchase an SSL certificate for my domain, but I have never worked with certificates. I will purchase it

@Deb1703797

Posted in: #SecurityCertificate

I want to purchase an SSL certificate for my domain, but I have never worked with certificates.

I will purchase it at DNSimple, my APP is on heroku and my domain is at all-inkl.

Will the wildcard certificate also cover all subdirectories (These are generated by my python flask app and are shown as URLs):

for example: example.com (root) and example.com/sub and example.com/sub/test

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Deb1703797

3 Comments

Sorted by latest first Latest Oldest Best

 

@Lengel546

You have mentioned, you are wishing to secure your sub-directories. When you install any SSL certificate on your server, it secures example.com and all its sub-directories.

Which means not only example.com displays with HTTPS but sub-directories also display with HTTPS.


Website before SSL Certificate - example.com Website After HTTPS - example.com website sub-directory before SSL certificate - example.com/sub-directory Website sub-directory after SSL certificate - example.com/sub-directory

A Wildcard SSL certificate, on the otherhand, is aimed to secure unlimited sub-domains, but for sub-directories (as I've mentioned above) a single Domain-Validated (DV) SSL certificate will work fine.

10% popularity Vote Up Vote Down


 

@Welton855

Wildcard SSL certificates are used to secure sub-domains.

For example,


mail.example.com
shop.example.com
anysub.example.com


You can install any single domain SSL certificate on your website, it can secure your root domain as well all directories / folders.

For example,


example.com/your-product-name
example.com/discount-offer-page
example.com/any-web-pages

10% popularity Vote Up Vote Down


 

@Ogunnowo487

You don't need a "wildcard" certificate to secure subdirectories. All SSL certs will secure subdirectories. SSL certs secure hosts (domains). A "wildcard cert" will ordinarily secure subdomains eg. <anysubdomain>.example.com - but this should be made clear when you purchase the cert.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme