mahtab2003 / Xera

Now Introducing a new and easy way to manage your clients and MyOwnFreeHost hosting accounts.
https://xera.eu.org/
GNU General Public License v2.0
47 stars 38 forks source link

Custom domain for ACME challenge #144

Closed LightHostingFree closed 3 days ago

LightHostingFree commented 1 month ago

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

santydesignscr commented 1 month ago

If I want custom domain, How can I setup it

You can't

LightHostingFree commented 1 month ago

If I want custom domain, How can I setup it

You can't

I know we can't, but we want to

santydesignscr commented 1 month ago

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';

LightHostingFree commented 1 month ago

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.

santydesignscr commented 1 month ago

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