class Localhost::Authority

def dh_key

@returns [OpenSSL::PKey::DH] A Diffie-Hellman key suitable for secure key exchange.
def dh_key
	@dh_key ||= OpenSSL::PKey::DH.new(BITS)
end