<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>SSLNudge</title>
    <link>https://sslnudge.com</link>
    <description>SSL/TLS certificate monitoring — guides, updates and tips.</description>
    <language>en</language>
    <item>
      <title>How to renew an SSL certificate: a step-by-step guide</title>
      <link>https://sslnudge.com/blog/how-to-renew-an-ssl-certificate</link>
      <guid isPermaLink="true">https://sslnudge.com/blog/how-to-renew-an-ssl-certificate</guid>
      <pubDate>Fri, 05 Jun 2026 00:00:00 GMT</pubDate>
      <description>How to renew an SSL/TLS certificate with Let&apos;s Encrypt, certbot, Nginx, Apache, AWS ACM, and Windows IIS — plus how long renewal takes, how often to do it, and how to automate it so it never lapses.</description>
    </item>
    <item>
      <title>SSL vs TLS: what&apos;s the difference (and why we still say &apos;SSL certificate&apos;)</title>
      <link>https://sslnudge.com/blog/ssl-vs-tls-difference</link>
      <guid isPermaLink="true">https://sslnudge.com/blog/ssl-vs-tls-difference</guid>
      <pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
      <description>SSL and TLS explained: what each protocol is, the version history from SSL 2.0 to TLS 1.3, the real differences, and why the certificates are still called &apos;SSL certificates&apos; even though everything uses TLS today.</description>
    </item>
    <item>
      <title>Check an SSL certificate with OpenSSL: the complete command reference</title>
      <link>https://sslnudge.com/blog/check-ssl-certificate-with-openssl</link>
      <guid isPermaLink="true">https://sslnudge.com/blog/check-ssl-certificate-with-openssl</guid>
      <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
      <description>A practical OpenSSL command reference for SSL/TLS certificates: check a live site, read a .pem or .crt file, decode a CSR, verify the chain, match a key to a cert, list SANs and expiry, and convert formats.</description>
    </item>
    <item>
      <title>&apos;SSL handshake failed&apos;: what causes it and how to fix it</title>
      <link>https://sslnudge.com/blog/ssl-handshake-failed-causes-and-fixes</link>
      <guid isPermaLink="true">https://sslnudge.com/blog/ssl-handshake-failed-causes-and-fixes</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <description>The TLS/SSL handshake fails for a handful of predictable reasons — a protocol or cipher mismatch, an expired or untrusted certificate, an SNI problem, clock skew, or a missing intermediate. Here is how to diagnose and fix each one.</description>
    </item>
    <item>
      <title>Self-signed certificates: what they are, when to use them, and how to create one</title>
      <link>https://sslnudge.com/blog/self-signed-certificates-explained</link>
      <guid isPermaLink="true">https://sslnudge.com/blog/self-signed-certificates-explained</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
      <description>What a self-signed certificate is, how it differs from a CA-issued one, when it is appropriate (and when it is a security risk), how to generate one with OpenSSL, and how to trust it on your own machines.</description>
    </item>
    <item>
      <title>Wildcard SSL certificates explained (and when to use one)</title>
      <link>https://sslnudge.com/blog/wildcard-ssl-certificates-explained</link>
      <guid isPermaLink="true">https://sslnudge.com/blog/wildcard-ssl-certificates-explained</guid>
      <pubDate>Sun, 31 May 2026 00:00:00 GMT</pubDate>
      <description>What a wildcard SSL certificate covers, the single-level subdomain limitation, how it compares to multi-domain (SAN) certificates, the security trade-offs of one key across many hosts, and how to get one free.</description>
    </item>
    <item>
      <title>&apos;Your connection is not private&apos;: why a certificate isn&apos;t trusted and how to fix it</title>
      <link>https://sslnudge.com/blog/ssl-certificate-not-trusted-fix</link>
      <guid isPermaLink="true">https://sslnudge.com/blog/ssl-certificate-not-trusted-fix</guid>
      <pubDate>Sat, 30 May 2026 00:00:00 GMT</pubDate>
      <description>Browsers show &apos;your connection is not private&apos; when they can&apos;t trust a certificate. The cause is usually a missing intermediate, an untrusted or self-signed root, an expired cert, a name mismatch, or a wrong system clock. Here is how to find and fix each.</description>
    </item>
    <item>
      <title>How long is an SSL certificate valid? The shrinking certificate lifespan</title>
      <link>https://sslnudge.com/blog/ssl-certificate-validity-period</link>
      <guid isPermaLink="true">https://sslnudge.com/blog/ssl-certificate-validity-period</guid>
      <pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate>
      <description>Public SSL/TLS certificates max out at 398 days today, and the CA/Browser Forum has voted to cut that to 47 days by 2029. Here is the current limit, the timeline ahead, why lifespans keep shrinking, and what it means for you.</description>
    </item>
    <item>
      <title>How to get alerted before your SSL certificate expires</title>
      <link>https://sslnudge.com/blog/how-to-get-alerted-before-ssl-certificate-expires</link>
      <guid isPermaLink="true">https://sslnudge.com/blog/how-to-get-alerted-before-ssl-certificate-expires</guid>
      <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
      <description>Stop finding out about expired certificates from your users. Here are five ways to get alerted before an SSL/TLS certificate expires — from cron + openssl to automated monitoring.</description>
    </item>
    <item>
      <title>How to check an SSL certificate’s expiration date (5 ways)</title>
      <link>https://sslnudge.com/blog/how-to-check-ssl-certificate-expiration-date</link>
      <guid isPermaLink="true">https://sslnudge.com/blog/how-to-check-ssl-certificate-expiration-date</guid>
      <pubDate>Tue, 26 May 2026 00:00:00 GMT</pubDate>
      <description>Check any SSL certificate’s expiry date using openssl, your browser, curl, an online checker, or automated monitoring. Copy-paste commands for every method.</description>
    </item>
    <item>
      <title>Your SSL certificate expired: what it means and how to fix it</title>
      <link>https://sslnudge.com/blog/ssl-certificate-expired-meaning-and-fix</link>
      <guid isPermaLink="true">https://sslnudge.com/blog/ssl-certificate-expired-meaning-and-fix</guid>
      <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
      <description>What an expired SSL certificate actually means, why browsers block the site, how to fix it fast, and how to make sure it never happens again.</description>
    </item>
    <item>
      <title>How to monitor internal and private SSL certificates</title>
      <link>https://sslnudge.com/blog/monitor-internal-and-private-ssl-certificates</link>
      <guid isPermaLink="true">https://sslnudge.com/blog/monitor-internal-and-private-ssl-certificates</guid>
      <pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate>
      <description>Internal services, private PKI and mutual TLS certificates expire too — and they’re easy to forget. Here’s how to keep track of certificates that aren’t exposed to the public internet.</description>
    </item>
    <item>
      <title>The SSL certificate chain explained (and how to debug chain errors)</title>
      <link>https://sslnudge.com/blog/ssl-certificate-chain-explained</link>
      <guid isPermaLink="true">https://sslnudge.com/blog/ssl-certificate-chain-explained</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
      <description>Leaf, intermediate and root certificates, how the chain of trust works, and how to debug the “unable to verify the first certificate” errors caused by a missing intermediate.</description>
    </item>
    <item>
      <title>SSL certificate monitoring: the complete guide</title>
      <link>https://sslnudge.com/blog/ssl-certificate-monitoring-complete-guide</link>
      <guid isPermaLink="true">https://sslnudge.com/blog/ssl-certificate-monitoring-complete-guide</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <description>Why certificate monitoring matters, what to actually check beyond the expiry date, how often to check, and how to set up alerts that reach the right people in time.</description>
    </item>
  </channel>
</rss>