Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Accepted Answer
If you’re not familiar with the CLI, I would recommend trying to get in touch with your developer before tinkering around in areas you’ve not worked with. That being said, what you’re wanting to do can be done relatively easy and, so long as you’re careful, you shouldn’t run in to any issues.
To start, login to your Droplet an run the following command (this simply lists all files and directories)
ls -al /etc/letsencrypt
Do you see your domains’ SSL certificate in there? If so, we should be able to use certbot to renew the SSL certificate for your domain and simply restart Apache/NGINX for the changes to take effect.
If it’s not, then the process gets a little more hands on as you’ll need to create a new SSL certificate, modify Apache/NGINX configuration, save, and restart before the changes will take effect.
What’s your OS (Operating System)?
you better read this tutorial once again.