= private = protected
certs()
returns the :ca_file or :ca_path from POP3.ssh_params
# File lib/net/pop.rb, line 379 def POP3.certs return @ssl_params[:ca_file] || @ssl_params[:ca_path] end