From 5b29a409905098108f630af23885f006a7476b4d Mon Sep 17 00:00:00 2001 From: Valmo Date: Thu, 26 Mar 2026 03:47:54 -0300 Subject: [PATCH] Improved mTLS description on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3736646..17ef04a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ARMATAK is a server side Arma 3 addons for streaming unit positions to TAK Clien The server-side CoT router supports two transports: - Plain TCP, for legacy TAK ingress. -- Mutual TLS, using a CA PEM, client certificate PEM, and client key PEM so the Arma session can publish as an authenticated TAK device on port `8089`. +- Mutual TLS, using the TAK Server authentication API, so the Arma session can publish as an authenticated TAK device on port `8089`. ## Get in Touch