MCPcopy Index your code
hub / github.com/aws/aws-cli / get_cert_path

Function get_cert_path

awscli/botocore/httpsession.py:96–103  ·  view source on GitHub ↗
(verify)

Source from the content-addressed store, hash-verified

94
95
96def get_cert_path(verify):
97 if verify is not True:
98 return verify
99
100 cert_path = where()
101 logger.debug(f"Certificate path: {cert_path}")
102
103 return cert_path
104
105
106def create_urllib3_context(

Callers 4

_follow_redirectFunction · 0.90
_setup_ssl_certMethod · 0.85

Calls 1

whereFunction · 0.85