Networking12 min read
DNS & SSL Automation
Manage DNS zones, configure custom domains, and enable automatic Let's Encrypt SSL certificates with auto-renewal.
1.Add DNS Zones
Manage your domains and DNS records in Oxaploy.
- Navigate to DNS in dashboard
- Click Add Zone
- Enter domain name (e.g., example.com)
- Oxaploy provides nameservers (e.g., ns1.oxaploy.com, ns2.oxaploy.com)
- Update nameservers at your domain registrar
- DNS propagation: 5-60 minutes typically
2.Configure Custom Domains
Map custom domains to your applications.
- In app settings, go to Domains tab
- Click Add Domain
- Enter domain or subdomain (e.g., app.example.com)
- Oxaploy creates CNAME record automatically
- For apex domains: use ALIAS/ANAME record pointing to Oxaploy
- Wildcard domains supported: *.example.com
3.Automatic SSL Provisioning
Let's Encrypt certificates issued and renewed automatically.
- SSL enabled automatically when domain added
- Let's Encrypt certificate requested via ACME challenge
- HTTP-01 or DNS-01 challenge based on DNS provider
- Certificate issued within minutes
- Auto-renewal 30 days before expiry
- Force HTTPS: enabled by default, redirects HTTP → HTTPS
4.Certificate Renewal
Automatic certificate renewal before expiry.
- Renewal starts 30 days before certificate expiry
- ACME challenge re-validated automatically
- New certificate deployed seamlessly (no downtime)
- Monitor renewal status in SSL tab
- Manual renewal available if needed
- Notification sent if renewal fails