render-domains

Configure custom domains and DNS records for Render web services and static sites.

Updated May 28, 2026
One-click install
npx skills add https://github.com/render-oss/render-codex-plugin --skill render-domains-render-oss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: render-domains
Source: https://github.com/render-oss/render-codex-plugin/tree/main/skills/render-domains
Command: npx skills add https://github.com/render-oss/render-codex-plugin --skill render-domains-render-oss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Configures and manages custom domains for Render web services and static sites, including DNS setup, TLS certificates, apex and wildcard domains, and domain verification to reduce manual errors and accelerate deployment.

Core Features & Use Cases

  • Add and verify custom domains for web services and static sites.
  • Configure provider DNS records (CNAME, ALIAS, A) for subdomains, apex domains, and wildcard domains.
  • Troubleshoot TLS issuance, domain verification, and the default onrender.com subdomain settings.

Quick Start

Add a custom domain to a Render service and configure DNS according to your provider's guidance.

Frequently Asked Questions about render-domains

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a custom domain for my Render web service?

To configure a custom domain, add it to your Render service and create the required CNAME, ALIAS, or A records at your provider. Render validates these DNS entries to enable TLS and route traffic to your application.

What DNS records do I need for apex domains on Render?

Apex domains on Render require ALIAS or A records pointing to Render, while subdomains use CNAME records. You must configure these specific DNS entries at your provider to pass domain verification.

Why is my TLS certificate not issuing on Render?

TLS certificate issuance fails when DNS records are incorrect or missing required CAA records. Validate your CNAME, ALIAS, or A records and ensure CAA entries permit certificate authorities to issue the certificate.

Does Render support wildcard domains and Cloudflare DNS?

Render supports wildcard domains and integrates with Cloudflare, Namecheap, and other DNS providers. You can configure wildcard DNS records and manage TLS validation across these specific providers.

Can I disable the default onrender.com subdomain after adding a custom domain?

Yes, you can disable the default onrender.com subdomain after setting up your custom domain. Configuring and verifying your custom domain with proper TLS enables you to turn off the default subdomain routing.