Answers for "locate certs path for python"

0

locate certs path for 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
Posted by: Guest on January-19-2022

Python Answers by Framework

Browse Popular Code Answers by Language