class Localhost::Authority

def subject= subject

@parameter subject [OpenSSL::X509::Name] The subject name.

Set the subject name for the certificate.
def subject= subject
	@subject = subject
end