module Localhost
class Localhost::Authority
localhost
1.1.3
# key
def key @key ||= OpenSSL::PKey::RSA.new(1024*2) end