summaryrefslogtreecommitdiffstats
path: root/python/python-certifi/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-certifi/README')
-rw-r--r--python/python-certifi/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/python/python-certifi/README b/python/python-certifi/README
deleted file mode 100644
index f2306e1d4c..0000000000
--- a/python/python-certifi/README
+++ /dev/null
@@ -1,10 +0,0 @@
-Certifi is a 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.
-
-The internet is an untrusted place. Every HTTP request you make should have
-verification on by default. This happens every time you access a website with
-your web browser, without any knowledge to the user — there’s no reason your code
-should be any different.
-
-Certifi is here to make this possible.