class Bundler::SSLCerts::CertificateManager

def certificates_in(path)

def certificates_in(path)
  Dir[File.join(path, "*.pem")].sort
end