diff --git a/docs/html/topics/https-certificates.md b/docs/html/topics/https-certificates.md
index ff640575e6c..312851c9b5a 100644
--- a/docs/html/topics/https-certificates.md
+++ b/docs/html/topics/https-certificates.md
@@ -17,6 +17,8 @@ allow users to specify a different certificate store/bundle for pip to use. It
is also possible to use `REQUESTS_CA_BUNDLE` or `CURL_CA_BUNDLE` environment
variables.
+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.
+
## Using system certificate stores
```{versionadded} 24.2