class Localhost::Authority

def subject

@returns [OpenSSL::X509::Name] The subject name for the certificate.
def subject
	@subject ||= OpenSSL::X509::Name.parse("/O=localhost.rb/CN=#{@hostname}")
end