# File lib/new_relic/agent/new_relic_service.rb, line 313 def cert_file_path if path_override = NewRelic::Agent.config[:ca_bundle_path] NewRelic::Agent.logger.warn("Couldn't find CA bundle from configured ca_bundle_path: #{path_override}") unless File.exist? path_override path_override else File.expand_path(File.join(control.newrelic_root, 'cert', 'cacert.pem')) end end