To install SSL manually or using Certbot Let’s Encrypt for a website hosted in CloudPanel, you can follow these general steps: Update your package list: sudo apt update sudo apt install certbot python3-certbot-nginx sudo certbot –nginx -d your_domain.com -d www.your_domain.com Verify Certificate Renewal (Optional) sudo certbot renew –dry-run Test your SSL https://www.sslshopper.com/ssl-checker.html Open Terminal certbot […]
Month: March 2024
How to deploy Django or flask or any Python application on Cloudpanel using Gunicorn?
In this blog, I am going to show you how to simply setup Django application on Cloudpanel 2 with Gunicorn and nginx This tutorial is aimed at the Django user who wants to set up a production web server. It takes you through the steps required to set up Django so that it works nicely […]