Member-only story
How to install SSL Certificate for Django using Certbot
How to Install an SSL Certificate for Django and get HTTPS .
4 min readNov 3, 2022
DigitalOcean TDS Editors HOSTING Rinu Gour
Hey folks ,Today we are going to learn How to install SSL Certificate for Django using Certbot.
Prerequisite:
- Host site without SSL
- Install Certbot
- Configuration server setting file by certbot.
So let’s Install an SSL Certificate for Django and get HTTPS on Domain or Subdomain.
1. Host site without SSL:
If you guys don’t know how to host django application using Apache2 and Ngnix then frist go below articles and get it done without SSL .