Gemini App Developer Guide [main]

Security: Potential certificate reuse

8e2f911bc4601d534441c274511e990941a6e3db
diff --git a/app-guide.gmi b/app-guide.gmi
index fad7a34..bdaf330 100644
--- a/app-guide.gmi
+++ b/app-guide.gmi
@@ -543,7 +543,7 @@ A very basic rate limiter would count the number of requests that have occurred
 
 ## 5.3 Client certificates
 
-You should treat client certicates as sensitive information. If your application publishes information about them, for instance hash sums, it may allow other servers to check this information and match it against the client certificates they have access to, potentially discovering matches that reveal whether the same client has accessed both servers. While the risks of such tracking are small, Gemini users generally feel that privacy should be respected and this should not be allowed.
+You should treat client certicates as sensitive information. If your application publishes information about them, for instance hash sums, it may allow other servers to check this information and match it against the client certificates they have access to, potentially discovering matches that reveal whether a user has reused a client certificate for multiple applications. While the risks of such tracking are small, Gemini users generally feel that privacy should be respected and this should not be allowed.
 
 ## 5.4 Administration