class Localhost::Authority

def key= key

@parameter key [OpenSSL::PKey::RSA] The private key.

Set the private key.
def key= key
	@key = key
end