Changeset

6293:021b2686c19b

mod_s2s_auth_samecert: Add brief README
author Kim Alvefur <zash@zash.se>
date Sun, 08 Jun 2025 13:28:33 +0200
parents 6292:28fd42866be9
children 6294:4ae051999194
files mod_s2s_auth_samecert/README.md
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_s2s_auth_samecert/README.md	Sun Jun 08 13:28:33 2025 +0200
@@ -0,0 +1,2 @@
+This module authenticates server-to-server connections by looking for an already established connection that uses the exact same certificate, reusing
+the earlier validation results and letting Prosody skip performing slower validation methods such as [POSH][mod_s2s_auth_posh] twice.