Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
newrelic / newrelic / common / certs.py
Size: Mime:
"""This module returns the CA certificate bundle included with the agent.

"""

import os


def where():
    return os.path.join(os.path.dirname(__file__), 'cacert.pem')