Python Django Tutorial - How to Enable HTTPS with a Free SSL-TLS Certificate Using Let's Encrypt
Corey Schafer via YouTube
Overview
Learn how to enable HTTPS on a web server with a free SSL/TLS certificate using Let's Encrypt in this Python Django tutorial. Explore the process of obtaining, renewing, and managing certificates for your site through this non-profit Certificate Authority. Follow step-by-step instructions for installing necessary commands, updating Apache configuration, modifying Django SSL settings, and troubleshooting common issues. Gain insights into using Crontab and Cron Jobs for certificate management. By the end of this tutorial, be equipped to secure your Django web application with HTTPS, enhancing its security and trustworthiness.
Syllabus
Introduction
Choose your web server and operating system
Install the commands
Update Apache configuration
Pseudocat
Django SSL Configuration
Modify Django SSL Configuration
Troubleshooting Apache CTL Configuration
Allow HTTP Traffic
Testing
Demo
Taught by
Corey Schafer