Automatic subdomains

I have a site where subdomains are created constantly, is there any way to generate SSL automatically?

@gabriel currently the app does not have an option to create certificates automatically for each new subdomain.

However if you use the Wildcard certificate option in v4 (using DNS validation) you can create a single wildcard certificate (*.yourdomain.com) which will cover all your subdomains and then apply it to all matching sites based on domain match.

This generally requires that your domain is hosted with one of the supported providers such as Cloudflare.

1 Like

tks, this will help me alot!!