Hello, I'm new to Pythonista and file handling on iPad.
I have a script that works on Windows which I have managed to copy into Pythonista. It uses requests.post to call an api to login using ssl.
I can't work out how to copy the ssl certificate and key files to the iPad so that I can pass them to the API using the cert parameter.
Could I humbly request some help with what is probably blindingly obvious but which I can't see?