class Localhost::Authority

def key

def key
	@key ||= OpenSSL::PKey::RSA.new(BITS)
end