Skip to main content

2 docs tagged with "linux"

View all tags

Debian, Ubuntu, and related Distributions

Most versions of Debian and Ubuntu (and their variants) are setup to follow the same process to update the certificates for OpenSSL. The tooling in the ca-certificates package will typically make curl and wget work, and when you plug in stuff like OpenJDK, it ... should work too.

Python Requests Library

Modern Python applications should be using Certifi and Requests for their HTTP client needs. Certifi ships its own certificate authority (CA) bundle that is updated along with the application, but you can override it in the Requests library by passing an environment variable to the process.