https://community.letsencrypt.org/t/acme-v2-production-environment-wildcards/55578
The V2 API supports issuing wildcard certificates. To request a wildcard certificate simply send a wildcard DNS identifier in the newOrder request.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I've been trying and searching all over Google, StackOverflow and the Cloudflare forum, but was not able to solve this issue. Let's say I have an app were users can sign up and create their own page. This page should be accessible from "custom1.domain.com". Another user signs up and creates a page called "mypage" - so the subdomain will be "mypage.domain.com" and so on.
Apparently, this is only possible with a Cloudflare Enterprise plan, which is way too expensive for me. Also, creating a new A record via API is also not a solution, since there can be 1000+ pages.
What other solutions are there so that dynamically(!) created subdomains are automatically available through https? I'm not glued to Cloudflare for this, any reliable, easy to understand service will do it. I looked at AWS Route53 but that seems really complex and also would mean I have to completely move my domain to AWS, not just point there via DNS.
Please or to participate in this conversation.