Answers for "locate certificate path python"

0

locate certificate path python

pip install certifi

(python)>>import certifi
(python)>>certifi.where()
/usr/local/lib/python3.X/site-packages/certifi/cacert.pem
Posted by: Guest on February-03-2022

Python Answers by Framework

Browse Popular Code Answers by Language