class Localhost::Authority

def key

@returns [OpenSSL::PKey::RSA] The private key.
def key
	@key ||= OpenSSL::PKey::RSA.new(BITS)
end