Vorynza
Vorynza
DashboardPricingDocumentation
DNS guideZonesRecordsSecurity GatewayCustom Domains
DNS

Custom Domains

Verify and manage custom domains for deployments with automatic SSL certificates.

Custom domains let you use your own domain with Vorynza deployments. Verification is CNAME-based with automatic SSL certificate issuance.

Adding a custom domain

Provide the hostname you want to use (e.g. app.example.com). Vorynza generates the verification record you need to add to your DNS:

TypeNameValue
CNAMEapp.example.comA verification target unique to your domain

Verification methods

MethodDescription
cnameAdd a CNAME record pointing to a Vorynza verification target
txtAdd a TXT record with a verification token
nsDelegate the subdomain's nameservers to Vorynza

CNAME verification is the default and recommended method.

Verification flow

  1. Add the custom domain from the dashboard
  2. Create the CNAME record at your DNS provider
  3. Vorynza resolves the CNAME and confirms the match
  4. Domain status changes to active
  5. SSL certificate is automatically issued and provisioned
  6. Edge route is synced to route traffic to your deployment

Custom domain statuses

StatusDescription
pendingDomain added, awaiting DNS setup
verifyingDNS check in progress
activeDomain verified and SSL active
failedVerification failed after multiple attempts
suspendedDomain suspended (billing or policy)

SSL certificates

When a custom domain is verified, Vorynza automatically issues an SSL certificate and provisions it on the edge. Certificate statuses:

StatusDescription
pendingCertificate request queued
issuingCertificate being issued
activeCertificate active and serving
failedCertificate issuance failed

API key access

Custom domains can be read programmatically using an API key with the dns:read scope.

Custom Domain API endpoints

MethodPathDescription
GET/api/orgs/:orgSlug/projects/:projectSlug/dns/zones/:zoneId/records(implicitly domain records)
GET/api/orgs/:orgSlug/projects/:projectSlug/dns/domainsList custom domains
POST/api/orgs/:orgSlug/projects/:projectSlug/dns/domainsAdd custom domain
DELETE/api/orgs/:orgSlug/projects/:projectSlug/dns/domains/:domainIdRemove custom domain

Need help? Contact support.

Security Gateway

Protect your domain with Vorynza's WAF-like security gateway. Monitor, challenge, and block malicious traffic.

API reference

Vorynza REST API base URL, authentication, and common patterns.

On this page

Adding a custom domainVerification methodsVerification flowCustom domain statusesSSL certificatesAPI key accessCustom Domain API endpoints