mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Merge pull request #8242 from wenottingham/certifi-ably-unbundled
Replace certifi with an alternate version Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
d6f0e16b4d
@ -1,21 +0,0 @@
|
||||
This packge contains a modified version of ca-bundle.crt:
|
||||
|
||||
ca-bundle.crt -- Bundle of CA Root Certificates
|
||||
|
||||
Certificate data from Mozilla as of: Thu Nov 3 19:04:19 2011#
|
||||
This is a bundle of X.509 certificates of public Certificate Authorities
|
||||
(CA). These were automatically extracted from Mozilla's root certificates
|
||||
file (certdata.txt). This file can be found in the mozilla source tree:
|
||||
http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1#
|
||||
It contains the certificates in PEM format and therefore
|
||||
can be directly used with curl / libcurl / php_curl, or with
|
||||
an Apache+mod_ssl webserver for SSL client authentication.
|
||||
Just configure this file as the SSLCACertificateFile.#
|
||||
|
||||
***** BEGIN LICENSE BLOCK *****
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License,
|
||||
v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain
|
||||
one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
***** END LICENSE BLOCK *****
|
||||
@(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $
|
||||
6
docs/licenses/system-certifi.txt
Normal file
6
docs/licenses/system-certifi.txt
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
Copyright © 2020, Red Hat, Inc.
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License,
|
||||
v. 2.0. If a copy of the MPL was not distributed with this file, You can
|
||||
obtain one at https://mozilla.org/MPL/2.0/.
|
||||
@ -12,7 +12,6 @@ azure-common==1.1.25 # via azure-keyvault
|
||||
azure-keyvault==1.1.0 # via -r /awx_devel/requirements/requirements.in
|
||||
azure-nspkg==3.0.2 # via azure-keyvault
|
||||
cachetools==4.0.0 # via google-auth
|
||||
certifi==2019.11.28 # via kubernetes, msrest, requests
|
||||
cffi==1.14.0 # via cryptography
|
||||
channels-redis==3.1.0 # via -r /awx_devel/requirements/requirements.in
|
||||
channels==2.4.0 # via -r /awx_devel/requirements/requirements.in, channels-redis
|
||||
|
||||
@ -43,7 +43,6 @@ boto3==1.9.223 # via -r /awx_devel/requirements/requirements_ansible.
|
||||
boto==2.47.0 # via -r /awx_devel/requirements/requirements_ansible.in
|
||||
botocore==1.12.253 # via boto3, s3transfer
|
||||
cachetools==3.1.1 # via google-auth
|
||||
certifi==2019.11.28 # via kubernetes, msrest, requests
|
||||
cffi==1.13.2 # via bcrypt, cryptography, pynacl
|
||||
chardet==3.0.4 # via requests
|
||||
colorama==0.4.3 # via azure-cli-core, knack
|
||||
|
||||
@ -0,0 +1 @@
|
||||
git+https://github.com/ansible/system-certifi.git@devel#egg=certifi
|
||||
@ -0,0 +1 @@
|
||||
git+https://github.com/ansible/system-certifi.git@devel#egg=certifi
|
||||
Loading…
x
Reference in New Issue
Block a user