# -*- coding: utf-8 -*- """ certifi.py ~~~~~~~~~~ This module returns the installation location of cacert.pem. """ import os def where(): f = os.path.dirname(__file__) return '/etc/ssl/certs/ca-certificates.crt'
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
__init__.py | File | 52 B | 0644 |
|
__main__.py | File | 41 B | 0644 |
|
cacert.pem | File | 274.86 KB | 0644 |
|
core.py | File | 225 B | 0644 |
|