One-click install
npx skills add https://github.com/gotempsh/temps --skill add-custom-domain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-custom-domain
Source: https://github.com/gotempsh/temps/tree/main/skills/add-custom-domain
Command: npx skills add https://github.com/gotempsh/temps --skill add-custom-domain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure custom domains for Temps deployments with automated SSL/TLS certificates, enabling secure access and streamlined domain management.

Core Features & Use Cases

  • Automatic SSL provisioning: Obtain and renew TLS certificates using Let's Encrypt for configured domains, including wildcard support.
  • DNS integration: Supports HTTP-01 and DNS-01 challenges and Cloudflare DNS provider to enable certificate issuance.
  • Domain orchestration: Guides users through adding domains in the dashboard, configuring DNS records, and enabling HTTPS for their deployment.

Quick Start

Add your domain in the Temps dashboard, configure the appropriate DNS records, and allow Temps to provision and renew certificates automatically.

Frequently Asked Questions about add-custom-domain

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

FAQPage Schema
How do I configure a custom domain with automated SSL for my deployment?

To configure a custom domain, add your domain in the dashboard, set up the required DNS records, and the system will automatically provision and renew TLS certificates using Let's Encrypt.

Does automatic SSL provisioning support wildcard domains?

Yes, automatic SSL provisioning fully supports wildcard domains by obtaining and renewing TLS certificates through Let's Encrypt for your configured domain patterns.

Can I use Cloudflare DNS integration for DNS-01 challenges?

Yes, Cloudflare DNS integration is supported to enable certificate issuance via DNS-01 challenges, alongside standard HTTP-01 challenges for automated TLS validation.

What is the difference between HTTP-01 and DNS-01 challenges for TLS certificates?

HTTP-01 validates domain ownership via an HTTP endpoint, while DNS-01 verifies by requiring a specific TXT record in your DNS, enabling automated wildcard certificate provisioning.

Do I need to manually renew Let's Encrypt certificates for my custom domain?

No, you do not need to manually renew certificates; the system implements automatic renewal within the deployment platform, continuously validating and provisioning TLS certificates.

Why is my custom domain not securing properly after DNS configuration?

Custom domain HTTPS failures often stem from incorrect DNS records or pending validation; ensure your DNS points correctly to the deployment and HTTP-01 or DNS-01 challenges can complete.