When to use Let’s Encrypt
- You have a custom domain (
cdn.yoursite.com) on a Tenbyte CDN distribution. - Domain Validation (DV) is sufficient — no green-bar EV / OV needed.
- You want zero-touch renewal.
How it works
Renewal runs automatically about 30 days beforenotAfter.
Prerequisites
- Custom domain configured on the distribution. See SSL settings.
- A DNS CNAME from your domain to the distribution hostname:
- DNS resolves publicly — Let’s Encrypt verifies from the public internet.
Issue the certificate
- Open the distribution → SSL tab.
- Choose Let’s Encrypt.
- Click Issue certificate.
- Status moves through:
Pending validation→Issuing→Active.
Pending, the DNS isn’t pointing at the distribution yet — wait for the TTL to expire and try again.
Verify
Renewal
You don’t need to do anything. If renewal fails, the most common cause is the DNS CNAME was changed or removed.
Limitations
- DV only. No organizational identity in the cert.
- No wildcards by default. Use a custom cert if you need
*.yoursite.com. - Public DNS only. Internal-only domains can’t validate; use a custom cert from your internal CA.
- Rate limits. Let’s Encrypt limits per registered domain (50 certs / week / domain). Plenty for production but worth knowing for spin-up scripts.
Troubleshooting
Related
- SSL Overview — pick the right cert type.
- SSL settings — toggle HTTPS redirect, HTTP/2, HTTP/3.
- Custom certificates — bring your own.