Module: kamailio
Branch: master
Commit: 0d9380c8812d4e57b0c92f5f68b6c20001b28819
URL:
https://github.com/kamailio/kamailio/commit/0d9380c8812d4e57b0c92f5f68b6c20…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-05-24T12:31:17+02:00
modules: readme files regenerated - auth_identity ... [skip ci]
---
Modified: src/modules/auth_identity/README
---
Diff:
https://github.com/kamailio/kamailio/commit/0d9380c8812d4e57b0c92f5f68b6c20…
Patch:
https://github.com/kamailio/kamailio/commit/0d9380c8812d4e57b0c92f5f68b6c20…
---
diff --git a/src/modules/auth_identity/README b/src/modules/auth_identity/README
index 5ffdd5d9b1..acbac172dd 100644
--- a/src/modules/auth_identity/README
+++ b/src/modules/auth_identity/README
@@ -25,7 +25,7 @@ Gergely Kovacs
5.6. callid_cache_limit (integer)
5.7. certificate_cache_limit (integer)
5.8. cainfo_path (string)
- 5.9. accept_pem_certs ([0|1])
+ 5.9. accept_pem_certs (int)
6. Functions
@@ -91,7 +91,7 @@ Chapter 1. Admin Guide
5.6. callid_cache_limit (integer)
5.7. certificate_cache_limit (integer)
5.8. cainfo_path (string)
- 5.9. accept_pem_certs ([0|1])
+ 5.9. accept_pem_certs (int)
6. Functions
@@ -174,7 +174,7 @@ Chapter 1. Admin Guide
5.6. callid_cache_limit (integer)
5.7. certificate_cache_limit (integer)
5.8. cainfo_path (string)
- 5.9. accept_pem_certs ([0|1])
+ 5.9. accept_pem_certs (int)
5.1. privatekey_path (string)
@@ -296,11 +296,12 @@
modparam("auth_identity","certificate_cache_limit",4096)
modparam("auth_identity","cainfo_path","/etc/ssl/certs/ca-certificates.crt")
...
-5.9. accept_pem_certs ([0|1])
+5.9. accept_pem_certs (int)
Note: this parameter is for verifier service.
Enables the acquired certificate processing if it is in PEM format.
+ Value can be 0 or 1.
This parameter is optional. The default value is "0".