Description
Give Python HTTPS clients access to trusted certificate authorities through the system CA store. It helps libraries verify that encrypted connections are talking to servers with certificates trusted by the operating system.
Most users receive this as a dependency of Python network software. Certificate trust affects security and privacy, so administrators should manage the system CA store carefully and avoid adding untrusted authorities.