K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / lib / python2.7 / dist-packages / requests /
server ip : 104.21.89.46

your ip : 172.70.50.22

H O M E


Filename/usr/lib/python2.7/dist-packages/requests/certs.py
Size527
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:56
Last modified29-Jan-2014 19:14
Last accessed06-Jul-2025 10:37
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
certs.py
~~~~~~~~

This module returns the preferred default CA certificate bundle.

If you are packaging Requests, e.g., for a Linux distribution or a managed
environment, you can change the definition of where() to return a separately
packaged CA bundle.
"""

import os.path


def where():
"""Return the preferred certificate bundle."""
# vendored bundle inside Requests
return '/etc/ssl/certs/ca-certificates.crt'

if __name__ == '__main__':
print(where())