Module: kamailio Branch: master Commit: 88333187fbbc155eb3230a1bfebd391bc5c530f0 URL: https://github.com/kamailio/kamailio/commit/88333187fbbc155eb3230a1bfebd391b...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2020-01-27T17:16:13+01:00
modules: readme files regenerated - secsipid ... [skip ci]
---
Modified: src/modules/secsipid/README
---
Diff: https://github.com/kamailio/kamailio/commit/88333187fbbc155eb3230a1bfebd391b... Patch: https://github.com/kamailio/kamailio/commit/88333187fbbc155eb3230a1bfebd391b...
---
diff --git a/src/modules/secsipid/README b/src/modules/secsipid/README index 8ad57e5a31..10fb829f23 100644 --- a/src/modules/secsipid/README +++ b/src/modules/secsipid/README @@ -11,7 +11,7 @@ Daniel-Constantin Mierla
- Copyright © 2020 http://www.asipto.com + Copyright © 2020 http://www.asipto.com __________________________________________________________________
Table of Contents @@ -43,7 +43,7 @@ Daniel-Constantin Mierla 1.2. Set expire parameter 1.3. secsipid_check_identity usage 1.4. secsipid_add_identity usage - 1.5. + 1.5. Libsecsipid usage
Chapter 1. Admin Guide
@@ -126,7 +126,7 @@ modparam("secsipid", "expire", 600) 4.2. secsipid_add_identity(origTN, destTN, attest, origID, x5u, keyPath)
-4.1. secsipid_check_identity(keyPath) +4.1. secsipid_check_identity(keyPath)
Check the validity of the Identity header using the keys stored in the file specified by "keyPath". If the parameter is empty, the function is @@ -154,7 +154,7 @@ request_route { header and payload using {s.select} and {s.decode.base64t} transformations together with jansson module.
-4.2. secsipid_add_identity(origTN, destTN, attest, origID, x5u, keyPath) +4.2. secsipid_add_identity(origTN, destTN, attest, origID, x5u, keyPath)
Add Identity header using the key specified by "keyPath" to sign the JWT body. If origID is empty, a UUID string is generated to fill the @@ -192,7 +192,7 @@ ert.pem", "/secsipid/$rd/key.pem")); installed and its environment configured, then run the following commands:
- Example 1.5. + Example 1.5. Libsecsipid usage ... go get https://github.com/asipto/secsipidx cd $GOPATH/src/github.com/asipto/secsipidx/csecsipid/