class Localhost::Authority

def key

def key
	@key ||= OpenSSL::PKey::RSA.new(1024*2)
end