Securing django with Let's Encrypt
I just finished to setup ssl encryption for abidibo.net, using Let's Encrypt Certificate Authority. This post serves as a reminder for me, and maybe a sort of guide for you.
This post assumes the website runs with the following technologies:
- django >= 1.8
- nginx
- debian 8 (jessie) with ssh access
Why Let's Encrypt?
Let's Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. It is a service provided by the Internet Security ...