This is what I saw in Digital Ocean. They provide ‘Load Balancers’. They claim they provide ‘Lets Encrypt’ SSL for free. They also auto-renew it. Do I need to pay additional amount for that (load balancers)? I am already paying for a droplet.
Is it like Cloudflare? That they auto-manage Lets Encrypt SSL certificate?
Thanks
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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
In case that you only have 1 single Droplet, there is no need to add an additional Load balancer just for that Droplet.
What you could do is to follow the steps here on how to get a free Let’s Encrypt SSL certificate directly on your Droplet using
certbot
:https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04
In case that you want to learn more about what a load balancer is and why you might need one, I could suggest the following tutorial as an additional read:
https://www.digitalocean.com/community/tutorials/what-is-load-balancing
Hope that this helps!
Best,
Bobby