Module: kamailio
Branch: master
Commit: 4570b3ebc6da35efc3cc55b1f4418446b9071688
URL:
https://github.com/kamailio/kamailio/commit/4570b3ebc6da35efc3cc55b1f441844…
Author: Akash Gupta <akash(a)telnyx.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-06-24T15:49:50+02:00
tls: Fix typo
---
Modified: src/modules/tls/doc/tls.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/4570b3ebc6da35efc3cc55b1f441844…
Patch:
https://github.com/kamailio/kamailio/commit/4570b3ebc6da35efc3cc55b1f441844…
---
diff --git a/src/modules/tls/doc/tls.xml b/src/modules/tls/doc/tls.xml
index e356d5bff7c..f3ff2321c78 100644
--- a/src/modules/tls/doc/tls.xml
+++ b/src/modules/tls/doc/tls.xml
@@ -84,7 +84,7 @@
The most important parameters to set the path to the public certificate and private
key
files. You can either have them in different file or in the same file in PEM format.
The parameters for them are <varname>certificate</varname> and
<varname>private_key</varname>.
- They can be given as modparam or or provided in the profiles of tls.cfg file.
+ They can be given as modparam or provided in the profiles of tls.cfg file.
</para>
<para>
When installing tls module of kamailio, a sample 'tls.cfg' file is deployed in
the same