瀏覽代碼

modules: readme files regenerated - secsipid ... [skip ci]

Kamailio Dev 4 年之前
父節點
當前提交
b1286bd8d2
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. 6 4
      src/modules/secsipid/README

+ 6 - 4
src/modules/secsipid/README

@@ -82,10 +82,12 @@ Chapter 1. Admin Guide
 
 1. Overview
 
-   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).
 
-   It exports the functions to check and generate Identity header.
+   It exports the functions to check and generate SIP Identity header.
 
 2. Dependencies
 
@@ -253,7 +255,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");
     ...
 }
 ...