class Localhost::Authority

def dh_key

def dh_key
	@dh_key ||= OpenSSL::PKey::DH.new(BITS)
end