Skip to content

Instantly share code, notes, and snippets.

@viral-sangani
Created March 27, 2020 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viral-sangani/e815d63ec11f8cb366cace1bc6456b85 to your computer and use it in GitHub Desktop.
Save viral-sangani/e815d63ec11f8cb366cace1bc6456b85 to your computer and use it in GitHub Desktop.
Django SSL Setup

Steps to Add SSL Encryption To Django Hosted on Apach2 Server

* Note You need to have your Django project already hosted on Server. If not follow other setup instructions.

  • Step 1 :- apt-get update
  • Step 2 :- apt-get install software-properties-common
  • Step 3 :- add-apt-repository universe
  • Step 4 :- add-apt-repository ppa:certbot/certbot
  • Step 5 :- apt-get update
  • Step 6 :- sudo apt-get install certbot python-certbot-apache
  • Step 7 :- Comming Soon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment