Localiser le chemin des certificats pour Python
# install certifi package
pip install certifi
# get cert location
(python)>>import certifi
(python)>>certifi.where()
/usr/local/lib/python3.7/site-packages/certifi/cacert.pem
Tense Tarantula