Python package for providing Mozilla's CA Bundle.
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.
Oct 05, 2025
2025.10.5
Aug 03, 2025
2025.8.3
Jul 14, 2025
2025.7.14
Jul 09, 2025
2025.7.9
Jun 15, 2025
2025.6.15
Apr 26, 2025
2025.4.26
Jan 31, 2025
2025.1.31
Dec 14, 2024
2024.12.14
Aug 30, 2024
2024.8.30
Jul 04, 2024
2024.7.4
Jun 02, 2024
2024.6.2
Feb 02, 2024
2024.2.2
Nov 18, 2023
2023.11.17
Jul 22, 2023
2023.7.22
May 07, 2023
2023.5.7
Dec 07, 2022
2022.12.7
Sep 24, 2022
2022.9.24
Sep 14, 2022
2022.9.14
Sep 13, 2022
2022.6.15.2
Sep 09, 2022
2022.6.15.1
Jun 15, 2022
2022.6.15
May 19, 2022
2022.5.18.1
May 18, 2022
2022.5.18
Oct 08, 2021
2021.10.8
May 30, 2021
2021.5.30
Dec 05, 2020
2020.12.5
Nov 08, 2020
2020.11.8
Jun 20, 2020
2020.6.20
Jun 07, 2020
2020.4.5.2
Apr 05, 2020
2020.4.5.1
Apr 05, 2020
2020.4.5
Nov 28, 2019
2019.11.28
Sep 11, 2019
2019.9.11
Jun 16, 2019
2019.6.16
Mar 09, 2019
2019.3.9
Nov 29, 2018
2018.11.29
Oct 15, 2018
2018.10.15
Aug 24, 2018
2018.8.24
Aug 13, 2018
2018.8.13
Apr 16, 2018
2018.4.16
Jan 18, 2018
2018.1.18
Nov 05, 2017
2017.11.5
Jul 27, 2017
2017.7.27.1
Jul 27, 2017
2017.7.27
Apr 17, 2017
2017.4.17
Jan 23, 2017
2017.1.23
Sep 26, 2016
2016.9.26
Aug 31, 2016
2016.8.31
Aug 08, 2016
2016.8.8
Aug 02, 2016
2016.8.2
Feb 28, 2016
2016.2.28
Nov 30, 2015
2015.11.20.1
Nov 20, 2015
2015.11.20
Sep 07, 2015
2015.9.6.2
Sep 06, 2015
2015.9.6.1
Sep 06, 2015
2015.9.6
Apr 28, 2015
2015.4.28
May 18, 2014
14.5.14
Mar 10, 2014
1.0.1
Jan 17, 2014
1.0.0
Jan 30, 2012
0.0.8
Jan 23, 2012
0.0.7
Dec 28, 2011
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
Wheel compatibility matrix
Files in release
No dependencies