Whish Droplet or Webhosting is best for launch 2 CMS website ?
How to add Let’s Encrypt SSL?
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello,
What I usually do is to deploy my applications on a server and then run some stress tests. That way you could figure out how much traffic your applications and server can handle before it gets overloaded.
For more information on how to get started with load testing I would recommend this tutorial here:
https://www.digitalocean.com/community/tutorials/an-introduction-to-load-testing
Also, there is a really good tutorial that goes over how to choose the correct size of your server:
https://docs.digitalocean.com/products/droplets/resources/choose-plan/
Regarding Let’s Encrypt, you could follow the steps here on how to get a free certificate using
certbot
:https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04
https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-20-04
Hope that this helps! Regards, Bobby