I am using python http.client
for making requests to server. I am using multiple ssl_ca certs and I specify them using the load_verify_locations
multiple times.
However, in python requets only a single file can be given as certs for ssl. How do I convert the multiple .crt files as single file (may be .crt or .pem) ?