Custom domains are available for Telnyx Edge Compute Functions, giving you full control over the certificate chain, CA, and rotation schedule instead of relying on a platform-managed certificate.
[[domains]] blocks to telnyx.toml and serve functions from your own hostname instead of the default *.telnyxcompute.com URL._telnyx-verification.<domain>. No re-verification needed when you update or replace certificates.*.telnyxcompute.com URL both serve traffic at the same time. If a certificate expires, the default URL keeps working while you rotate the cert.Customers can now serve Edge Compute Functions under their own domain, so end users interact with a familiar URL instead of a platform-managed endpoint. This keeps branding consistent for customer-facing applications and gives teams full control over their certificate chain, CA, and rotation schedule without relying on a platform-managed certificate.
telnyx-edge v0.5.0 or later.[[domains]] block to your telnyx.toml with your hostname.telnyx-edge domains add api.acme.com <function_id> to generate a DNS TXT record. For example: telnyx-edge domains add api.acme.com 0160246a-7452-47dc-bf54-84dabc3dd143_telnyx-verification.<domain> with the value telnyx-verify=<hex token>.telnyx-edge domains verify api.acme.com to complete one-time verification.telnyx-edge domains cert upload api.acme.com --cert cert.pem --key key.pem with your PEM certificate and private key.*.telnyxcompute.com URL will serve traffic.Read the Custom Domains docs to get started.