summaryrefslogtreecommitdiff
path: root/pip/locations.py
diff options
context:
space:
mode:
Diffstat (limited to 'pip/locations.py')
-rw-r--r--pip/locations.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pip/locations.py b/pip/locations.py
index 34c6dbbe6..ae6c3df45 100644
--- a/pip/locations.py
+++ b/pip/locations.py
@@ -50,3 +50,6 @@ else:
if sys.platform[:6] == 'darwin' and sys.prefix[:16] == '/System/Library/':
bin_py = '/usr/local/bin'
default_log_file = os.path.join(user_dir, 'Library/Logs/pip.log')
+
+serverkey_file = os.path.join(default_storage_dir, 'serverkey.pub')
+cacert_crt_file = os.path.join(default_storage_dir, 'cacert.root.crt') \ No newline at end of file