class Localhost::Authority

def ecdh_key

def ecdh_key
	@ecdh_key ||= OpenSSL::PKey::EC.new "prime256v1"
end