[sr-dev] git:master:ad919858: tls: fix typo in documentation

fredposner fred at qxork.com
Mon Apr 13 19:49:54 CEST 2020


Module: kamailio
Branch: master
Commit: ad91985849e46beee757d48ee9041b81bef9bd81
URL: https://github.com/kamailio/kamailio/commit/ad91985849e46beee757d48ee9041b81bef9bd81

Author: fredposner <fred at qxork.com>
Committer: fredposner <fred at qxork.com>
Date: 2020-04-13T11:49:06-04:00

tls: fix typo in documentation

- params.xml: replace "private" with "private_key"

---

Modified: src/modules/tls/doc/params.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/ad91985849e46beee757d48ee9041b81bef9bd81.diff
Patch: https://github.com/kamailio/kamailio/commit/ad91985849e46beee757d48ee9041b81bef9bd81.patch

---

diff --git a/src/modules/tls/doc/params.xml b/src/modules/tls/doc/params.xml
index a04827b44b..eb78ac31b6 100644
--- a/src/modules/tls/doc/params.xml
+++ b/src/modules/tls/doc/params.xml
@@ -160,7 +160,7 @@ modparam("tls", "certificate", "/usr/local/etc/kamailio/my_certificate.pem")
 	    <title>Set <varname>private_key</varname> parameter</title>
 	    <programlisting>
 ...
-modparam("tls", "private", "/usr/local/etc/kamailio/my_pkey.pem")
+modparam("tls", "private_key", "/usr/local/etc/kamailio/my_pkey.pem")
 ...
 	    </programlisting>
 	</example>




More information about the sr-dev mailing list