Automating SSL Certificate Creation

I am working on a website builder, in this, I want my users to have a custom domain added to their website.

This needs two steps:
1: Generating SSL Certificate
2: Pointing the DNS to the hosting server

In this, I want to avoid the DNS verification step (TXT record or email verification) needed for the SSL certificate generation. Is there any way to avoid it, as this step is avoiding me to automate the custom domain feature?

Hi @avsingh-systango

your order is wrong.

First the users must change their DNS A or / and AAAA record, so the domain points to your server. Or they use a CNAME.

Then you can create a certificate via http validation.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.