SSL/TLS Certificate

Why TLS Certificates Are Shrinking to 47 Days

Why TLS Certificates Are Shrinking to 47 Days

Today I was renewing one of my DigiCert TLS certificates, something I’ve done countless times before without really thinking much about it. Just another routine task sitting in the middle of emails, deployments, dashboards, and all the usual infrastructure work. But this time, something felt off. After the certificate was issued, I glanced at the expiration date and immediately noticed the validity period looked shorter than usual. At first I assumed I misread it, or maybe selected the wrong …
How to Improve Your Qualys SSL Server Test Score and Get A+ in SSL Labs

How to Improve Your Qualys SSL Server Test Score and Get A+ in SSL Labs

If you are trying to understand how to improve your Qualys SSL Server Test score, you are in the right place. Qualys SSL Server Test, often referred to as SSL Labs, is one of the most widely used public tools for checking how well a website is configured for HTTPS and TLS. A lot of admins care about getting an A or A+ because it is an easy, visible way to validate that their SSL/TLS setup is modern, secure, and free from obvious mistakes.
How to Generate Wildcard SSL Let's Encrypt with Certbot DNS Challenge (Complete Guide)

How to Generate Wildcard SSL Let's Encrypt with Certbot DNS Challenge (Complete Guide)

Introduction A wildcard SSL certificate allows you to secure all subdomains with just one certificate, for example “*.example.com”, “subdomain.example.com”. With the help of Let’s Encrypt, we can obtain a free and automated SSL/TLS Certificate using Certbot through the DNS challenge method. However, keep in mind that the certificate is not valid for domain names using sub-subdomains such as sub.sub.example.com. This method is very suitable if you have setups like: …