Method: Honeybadger::Config#local_cert_path

Defined in:
lib/honeybadger/config.rb

#local_cert_pathObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

[View source]

223
224
225
# File 'lib/honeybadger/config.rb', line 223

def local_cert_path
  File.expand_path(File.join('..', '..', '..', 'resources', 'ca-bundle.crt'), __FILE__)
end