Complete DNS zone management and automatic SSL certificates with Let's Encrypt — including wildcard, DNSSEC and mail SNI.
enconf automatically creates DNS zones during site setup. All common record types are supported. Changes take effect immediately.
SOA, NS, A, AAAA and MX records are created automatically for each new site. No manual DNS setup required.
A, AAAA, CNAME, MX, TXT, SRV, CAA, NS and SOA. Full CRUD via the panel or REST API.
DNSSEC signing for maximum DNS security. Protects against DNS spoofing and cache poisoning attacks.
SSL certificates are automatically issued during site creation and renewed before expiration. Wildcard certificates via DNS-01 challenge are also supported.
Certificates are automatically issued via HTTP-01 or DNS-01 during site creation and renewed before expiry. No manual intervention required.
A single certificate for *.domain.com and all subdomains. The DNS-01 challenge is automatically validated via PowerDNS.
Domain aliases are automatically included as Subject Alternative Names in the SSL certificate. Every domain is instantly HTTPS-ready.
Manage subdomains, server-level 301/302 redirects and temporary preview URLs for development — all directly from the panel.
Unlimited subdomains per site. Own document root, own PHP configuration, own SSL certificate.
Server-level redirects at the Nginx layer. Faster than PHP redirects, SEO-optimized with permanent (301) or temporary (302) status codes.
Temporary preview URL on the server IP for sites under development. Test DNS migration without downtime.
Customers see their own domain certificate when connecting to mail, not the server hostname certificate. No certificate warnings in Outlook, Thunderbird or Apple Mail.
One command. 5 minutes. Full DNS and SSL management.
# Debian 12/13 & Ubuntu 24.04 $ curl -fsSL https://get.enconf.com | sudo bashCopied!