By alamba093
I have a domain that is registered on GoDaddy and Also Hosts a Web Page using GoDaddy Hosting.
I am having a droplet with Apache server hosting a LARAVEL API. I want the APACHE server to shift all the APIs to HTTPS. So for that, we are using lets-encrypt. The Lets Encrypt setup needs a domain so I am trying to use my GoDaddy domain by just A records having the value of the public ip of my droplet.
I am not changing the DNS else my hosting on GoDaddy shall not work.
As of now, we are not successful with our efforts.
Lets encrypt gives the below error:- https://drive.google.com/file/d/1hccWvO3GA8EeEVzmehbFL9eG_VES0t0H/view?usp=sharing
Please let me know, what is the correct way of doing it…
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @alamba093,
What domain are you trying to use, is a subdomain of your main domain hosted with GoDaddy? If you use a subdomain, you’ll just need to add an A record like so
laravel.maindomain.com A XXX.XXX.XXX.XXX
Where laravel.maindomain.com would be the subdomain you’ll have created and XXX.XXX.XXX.XXX would be your Droplet’s IP address.
Once you add it like that, you should be able to continue with configuring your Laravel APIs.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.