method
build_cert
v2_1_10 -
Show latest stable
- Class:
Gem::Commands::CertCommand
build_cert(name, key)public
No documentation available.
# File lib/rubygems/commands/cert_command.rb, line 126
def build_cert name, key # :nodoc:
cert = Gem::Security.create_cert_email name, key
Gem::Security.write cert, "gem-public_cert.pem"
end