Make Sure You Are Square With Your God Before Trying To Merge This
This commit is contained in:
@@ -32,5 +32,5 @@ setup_ui(limiter, app)
|
||||
if __name__ == '__main__':
|
||||
# SSL context setup
|
||||
context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
|
||||
context.load_cert_chain('../certs/mycert.crt', '../certs/mycert.key')
|
||||
context.load_cert_chain('certs/cert.crt', 'certs/cert.key')
|
||||
app.run(host='0.0.0.0', port=51820, ssl_context=context)
|
||||
|
||||
Reference in New Issue
Block a user