certifi 2025.10.5


pip install certifi

  Latest version

Released: Oct 05, 2025

Project Links

Meta
Author: Kenneth Reitz
Requires Python: >=3.7

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)

Natural Language
  • English

Programming Language
  • Python
  • Python :: 3
  • Python :: 3 :: Only
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Certifi provides Mozilla’s carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the Requests project.

Installation

certifi is available on PyPI. Simply install it with pip:

$ pip install certifi

Usage

To reference the installed certificate authority (CA) bundle, you can use the built-in function:

>>> import certifi

>>> certifi.where()
'/usr/local/lib/python3.7/site-packages/certifi/cacert.pem'

Or from the command line:

$ python -m certifi
/usr/local/lib/python3.7/site-packages/certifi/cacert.pem

Enjoy!

Addition/Removal of Certificates

Certifi does not support any addition/removal or other modification of the CA trust store content. This project is intended to provide a reliable and highly portable root of trust to python deployments. Look to upstream projects for methods to use alternate trust.

2025.10.5 Oct 05, 2025
2025.8.3 Aug 03, 2025
2025.7.14 Jul 14, 2025
2025.7.9 Jul 09, 2025
2025.6.15 Jun 15, 2025
2025.4.26 Apr 26, 2025
2025.1.31 Jan 31, 2025
2024.12.14 Dec 14, 2024
2024.8.30 Aug 30, 2024
2024.7.4 Jul 04, 2024
2024.6.2 Jun 02, 2024
2024.2.2 Feb 02, 2024
2023.11.17 Nov 18, 2023
2023.7.22 Jul 22, 2023
2023.5.7 May 07, 2023
2022.12.7 Dec 07, 2022
2022.9.24 Sep 24, 2022
2022.9.14 Sep 14, 2022
2022.6.15.2 Sep 13, 2022
2022.6.15.1 Sep 09, 2022
2022.6.15 Jun 15, 2022
2022.5.18.1 May 19, 2022
2022.5.18 May 18, 2022
2021.10.8 Oct 08, 2021
2021.5.30 May 30, 2021
2020.12.5 Dec 05, 2020
2020.11.8 Nov 08, 2020
2020.6.20 Jun 20, 2020
2020.4.5.2 Jun 07, 2020
2020.4.5.1 Apr 05, 2020
2020.4.5 Apr 05, 2020
2019.11.28 Nov 28, 2019
2019.9.11 Sep 11, 2019
2019.6.16 Jun 16, 2019
2019.3.9 Mar 09, 2019
2018.11.29 Nov 29, 2018
2018.10.15 Oct 15, 2018
2018.8.24 Aug 24, 2018
2018.8.13 Aug 13, 2018
2018.4.16 Apr 16, 2018
2018.1.18 Jan 18, 2018
2017.11.5 Nov 05, 2017
2017.7.27.1 Jul 27, 2017
2017.7.27 Jul 27, 2017
2017.4.17 Apr 17, 2017
2017.1.23 Jan 23, 2017
2016.9.26 Sep 26, 2016
2016.8.31 Aug 31, 2016
2016.8.8 Aug 08, 2016
2016.8.2 Aug 02, 2016
2016.2.28 Feb 28, 2016
2015.11.20.1 Nov 30, 2015
2015.11.20 Nov 20, 2015
2015.9.6.2 Sep 07, 2015
2015.9.6.1 Sep 06, 2015
2015.9.6 Sep 06, 2015
2015.4.28 Apr 28, 2015
14.5.14 May 18, 2014
1.0.1 Mar 10, 2014
1.0.0 Jan 17, 2014
0.0.8 Jan 30, 2012
0.0.7 Jan 23, 2012
0.0.6 Dec 28, 2011
0.0.5 Dec 28, 2011
0.0.4 Dec 28, 2011
0.0.3 Dec 28, 2011
0.0.2 Dec 28, 2011
0.0.1 Dec 28, 2011

Wheel compatibility matrix

Platform Python 3
any

Files in release

No dependencies