I'm developing a django web app which runs on a gunicorn-nginx local server.
I've followed this digitalocean guide to setup the web app but I don't understand how to create a ssl certificate and use it without having a domain name. I've found a lot of guides but none of them specify how to enable HTTPS without a domain and using a local IP.
How can I make this happen?