Xera icon indicating copy to clipboard operation
Xera copied to clipboard

Custom domain for ACME challenge

Open LightHostingFree opened this issue 1 year ago • 5 comments

If I want custom domain ACME challenges, How can I setup it

LightHostingFree avatar Aug 01 '24 15:08 LightHostingFree

If I want custom domain, How can I setup it

You can't

santydesignscr avatar Aug 01 '24 17:08 santydesignscr

If I want custom domain, How can I setup it

You can't

I know we can't, but we want to

LightHostingFree avatar Aug 02 '24 13:08 LightHostingFree

Ok, you need a VPS to run ACME-DNS software, after that you need to update DNS API endpoint in app/models/Acme.php on each block of code where ACME-DNS API is called:

Replace all of the occurrences of: $acmednsUrl = 'https://auth.acme-dns.io'; With: $acmednsUrl = 'your own acme dns api endpoint';

santydesignscr avatar Aug 05 '24 01:08 santydesignscr

Ok, you need a VPS to run ACME-DNS software, after that you need to update DNS API endpoint in app/models/Acme.php on each block of code where ACME-DNS API is called:

Replace all of the occurrences of: $acmednsUrl = 'https://auth.acme-dns.io'; With: $acmednsUrl = 'your own acme dns api endpoint';

Can't we get cloudflare dns back? It is relatively more secure.

LightHostingFree avatar Aug 05 '24 16:08 LightHostingFree

Yes you can restore the code from the old version but CloudFlare is not recommended due their 1000 dns records limit and some issues with Let's Encrypt

santydesignscr avatar Aug 05 '24 17:08 santydesignscr