FreeMusicNinja / api.freemusic.ninja

Django-powered API for Free Music Ninja
http://api.freemusic.ninja/
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Use SSL certificate #15

Closed treyhunner closed 9 years ago

treyhunner commented 9 years ago

I have an SSL certificate for api.freemusic.ninja.

If someone wants to put it on the server I can provide credentials and instructions for using it.

macro1 commented 9 years ago

I noticed you had some code for terminating SSL within the application. Do we want the application to have knowledge of the certificate? Or should we just let NGINX handle it and allow the application to be naive?