name_path(name)
Returns the path to the trusted certificate with the given ASN.1 name
# File lib/rubygems/security/trust_dir.rb, line 72 def name_path name digest = @digester.hexdigest name.to_s File.join @dir, "cert-#{digest}.pem" end