Skip to content

Conversation

@Hasan-8326
Copy link

Fixes #11574. Added a link to the Mozilla CA bundle (curl.se) in the HTTPS Certificates topic so users know where to download a valid certificate bundle.

@sepehr-rs
Copy link
Member

Hi @Hasan-8326, thank you for your interest in contributing to pip!
Because pip is maintained by volunteers, it might take some time before a maintainer can take a closer look at this. That said, this looks good to me.

@sepehr-rs sepehr-rs added the skip news Does not need a NEWS file entry (eg: trivial changes) label Nov 22, 2025
@Hasan-8326
Copy link
Author

Thank you @sepehr-rs

Copy link
Member

@ichard26 ichard26 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure how useful certifi as it wraps a CA bundle, but the Mozilla CA bundle from curl seems fine.

Comment on lines +20 to +21
If you need a specific certificate bundle (pem file), you can download the [Mozilla CA bundle extracted by curl](https://curl.se/docs/caextract.html) or use the one provided by the `certifi` package.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should be wrapped at the same column as the rest of the lines in this document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news Does not need a NEWS file entry (eg: trivial changes)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation Update: Specify where to get a .PEM file for --cert option

3 participants