Selaa lähdekoodia

secsipid: docs - details of the acronyms

Daniel-Constantin Mierla 4 vuotta sitten
vanhempi
commit
c1e06e029b
1 muutettua tiedostoa jossa 6 lisäystä ja 4 poistoa
  1. 6 4
      src/modules/secsipid/doc/secsipid_admin.xml

+ 6 - 4
src/modules/secsipid/doc/secsipid_admin.xml

@@ -16,11 +16,13 @@
 	<section>
 	<title>Overview</title>
 	<para>
-		The module implements secure SIP identity specifications - STIR and SHAKEN
-		IETF extensions for SIP (RFC8224, RFC 8588).
+		The module implements secure SIP identity specifications - STIR
+		(Secure Telephony Identity Revisited) and SHAKEN
+		(Signature-based Handling of Asserted information using toKENs)
+		IETF extensions for SIP (RFC8224, RFC8588).
 	</para>
 	<para>
-		It exports the functions to check and generate Identity header.
+		It exports the functions to check and generate SIP Identity header.
 	</para>
 	</section>
 	<section>
@@ -260,7 +262,7 @@ request_route {
 request_route {
     ...
     secsipid_add_identity("$fU", "$rU", "A", "",
-        "http://kamailio.org/stir/$rd/cert.pem", "/secsipid/$rd/key.pem");
+        "https://kamailio.org/stir/$rd/cert.pem", "/secsipid/$rd/key.pem");
     ...
 }
 ...