I am trying to call the REST APIs exposed by the ctrlX platform for creating a backup.
requests.post(url, headers=headers, json=payload, verify=True)If I want to do TLS verification i.e. verify = True, where can I get the self-signed certificate to be passed here. verify="/path/to/ctrlx-ca.pem"