I am trying to use SSL on Flask, using this line of code:
app.run(host='0.0.0.0', port=1025, debug=True, ssl_context=('example/crt.crt', 'example/key.key'))
But when I have generated a certificate on GoDaddy, it gives me two files, both .crt files. I believe one may be an intermediary certificate or something?
The file names are: 4358362a9e56bb.crt and gd_bundle.crt, which one do I point to for Flask? Or do I somehow need to use both. On the GoDaddy page it says:
You must install all certificates on your server, including the intermediate certificate, as specified in the SSL Installation Instructions that pertain to your server.
I am trying to connect this to Salesforce. As the first time I key'ed it with SHA2, so I am now trying with SHA1.