Posts about Servers

Setting up SSL on a Django App with Let's Encrypt - Ubuntu, Apache, and mod_wsgi

Feb. 3, 2017, 12:22 a.m.

Assuming that you are already running a Django app with Apache and mod_wsgi, this is a quick little tutorial on how to set up a free SSL with Let's Encrypt.

Hop in to your server, in this example I will ...