[ Avaa Bypassed ]




Upload:

Command:

www-data@18.224.33.135: ~ $
# -*- 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'

Filemanager

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