Skip to main content
Every Tenbyte CDN distribution serves over TLS. You pick how the cert is provisioned and tune protocol-level options like SNI, redirects, and HTTP/2 / HTTP/3.

SSL types

Origin

Choose Your SSL Type

Provision a certificate

Tenbyte SSL (free)

Auto-issued for the system-generated hostname. Nothing to configure.

Let’s Encrypt

  1. Pick Let’s Encrypt as the SSL type.
  2. Confirm the custom domain CNAMEs to your distribution:
  3. Click Issue certificate. Validation runs automatically.
  4. Status moves from PendingActive once issued. Auto-renewal handles future cycles.

Custom SSL

Upload an existing cert. See Custom Certificates for the full upload flow and PEM format.

Verify the cert

Expected output:
For browsers, hit the URL and check the lock icon. SSL Labs (https://www.ssllabs.com/ssltest/) gives you a deeper grade.

Additional SSL settings

Origin

Additional Settings

Verify the protocol

Renewal and rotation

For custom certs, set a calendar reminder 30 days before notAfter and a hard alert 7 days before.

Operational tips

  • Mixed-content audits — once HTTPS redirect is on, scan your site for http:// asset URLs.
  • HSTS — add Strict-Transport-Security via response headers only after you’re sure all subdomains are HTTPS.
  • Cipher / version — Tenbyte CDN serves TLS 1.2 and 1.3 with modern cipher suites. Older clients (XP, ancient Android) won’t connect.
  • Origin TLS — the edge talks TLS to your origin too. If you use a self-signed cert, mark the origin as such; otherwise the cert must validate.

Troubleshooting