diff --git a/main.py b/main.py index b23987f..9559e9c 100644 --- a/main.py +++ b/main.py @@ -652,4 +652,4 @@ if __name__ == "__main__": if hostname == DEV_HOST: app.run(host="0.0.0.0", debug=True) else: - app.run(host="0.0.0.0", debug=False) + app.run(ssl_context=('/etc/letsencrypt/live/book.depaoli.id.au/cert.pem', '/etc/letsencrypt/live/book.depaoli.id.au/privkey.pem'), host="0.0.0.0", debug=False)