No description
Find a file
Bill Nottingham 5aa52ab91f add a readme
2020-09-25 14:25:35 -04:00
certifi initial 2020-09-21 18:35:21 -04:00
LICENSE more metadata 2020-09-22 12:30:19 -04:00
README.md add a readme 2020-09-25 14:25:35 -04:00
setup.py more metadata 2020-09-22 12:30:19 -04:00

This is a minimal reimplementation of certifi, hardcoded to use the RHEL/CentOS/Fedora system certificate store.

It was built for use in AWX and similar projects where using an OS-provided certifi is not possible when constructing virtual environments.

Contributing

  • All code submissions are done through pull requests against the devel branch.
  • All contributors must use git commit --signoff for any commit to be merged, and agree that usage of --signoff constitutes agreement with the terms of DCO 1.1
  • Take care to make sure no merge commits are in the submission, and use git rebase vs git merge for this reason.

Code of Conduct

We ask all of our community members and contributors to adhere to the Ansible code of conduct. If you have questions, or need assistance, please reach out to our community team at codeofconduct@ansible.com

License

Mozilla Public License v2.0