Module: kamailio Branch: master Commit: 22332f03a66375e70787c6a42fa8fd1df43fbe3c URL: https://github.com/kamailio/kamailio/commit/22332f03a66375e70787c6a42fa8fd1df43fbe3c
Author: Mikko Lehto <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2025-11-05T10:36:30+01:00 tls: Fix and add DocBook tags --- Modified: src/modules/tls/doc/certs_howto.xml Modified: src/modules/tls/doc/tls.xml --- Diff: https://github.com/kamailio/kamailio/commit/22332f03a66375e70787c6a42fa8fd1df43fbe3c.diff Patch: https://github.com/kamailio/kamailio/commit/22332f03a66375e70787c6a42fa8fd1df43fbe3c.patch --- diff --git a/src/modules/tls/doc/certs_howto.xml b/src/modules/tls/doc/certs_howto.xml index 01a87d09b01..c2195fc023c 100644 --- a/src/modules/tls/doc/certs_howto.xml +++ b/src/modules/tls/doc/certs_howto.xml @@ -109,15 +109,15 @@ Setting &kamailio; to use the TLS certificate intended machine (preferably in your &kamailio; configuration directory, this is the default place &kamailio; searches for). -3. Set up &kamailio;.cfg to use the certificate +3. Set up &kamailioconfig; to use the certificate if your &kamailio; certificate name is different from cert.pem or it is not - placed in &kamailio; cfg. directory, add to your kamailio.cfg: + placed in &kamailio; config directory, add to your &kamailioconfig;: modparam("tls", "certificate", "/path/cert_file_name") 4. Set up &kamailio; to use the private key if your private key is not contained in the same file as the certificate (or the certificate name is not the default cert.pem), add to your - &kamailio;.cfg: + &kamailioconfig;: modparam("tls", "private_key", "/path/private_key_file") 5. Set up &kamailio; to use the CA list (optional) @@ -141,9 +141,9 @@ Revoking a certificate and using a CRL 2. Generate/update the certificate revocation list: openssl ca -gencrl -out my_crl.pem -3. Copy my_crl.pem to your &kamailio; config. dir +3. Copy my_crl.pem to your &kamailio; config directory. -4. Set up &kamailio; to use the CRL: +4. Set up &kamailioconfig; to use the CRL: modparam("tls", "crl", "path/my_crl.pem") diff --git a/src/modules/tls/doc/tls.xml b/src/modules/tls/doc/tls.xml index 53397e2d50a..1522f433286 100644 --- a/src/modules/tls/doc/tls.xml +++ b/src/modules/tls/doc/tls.xml @@ -54,8 +54,7 @@ <title>Overview</title> <para> This module implements the TLS transport for &kamailio; - using the <ulink url="http://www.openssl.org">OpenSSL library</ulink> - (http://www.openssl.org). To enable the &kamailio; TLS support this + using the &openssl; library. To enable the &kamailio; TLS support this module must be loaded and <emphasis>enable_tls=yes</emphasis> core setting must be added to the Kamailio config file. </para> @@ -68,7 +67,7 @@ <section id="tls.quick_start"> <title>Quick Start</title> <para> - The default kamailio.cfg file has basic tls support included, it has to + The default &kamailioconfig; file has basic tls support included, it has to be enabled with "#!define WITH_TLS" directive. </para> <para> @@ -173,7 +172,7 @@ request_route { <para> Note 1: the tls module must be loaded before any other &kamailio; module that uses libssl (OpenSSL library). A safe option is to have the tls module - loaded first (be in the first "loadmodule" in &kamailio;.cfg). + loaded first (be in the first "loadmodule" in &kamailioconfig;). </para> <para> Note 2: for libssl v3.x, the core parameter "tls_threads_mode" _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
