Hello,
to sync better on time, Kamailio World 2021 online edition is starting
in about 2 hours from now (12:50 UTC Welcome and 13:00UTC the first
session) - the agenda is available at:
* https://kamailioworld.com/k09-online/
In short: participation is free, no registration is needed. The sessions
are live streamed to YouTube KamailioWorld channel:
* https://www.youtube.com/c/KamailioWorld/
YouTube chat next to the live stream can be used for addressing
questions to speakers -- we will monitor it and ask the speaker inside
the video conferencing room.
For community interaction via text chatting, you can join the Matrix
room #kamailio:matrix.kamailio.dev :
* https://riot.kamailio.dev/#/room/#kamailio:matrix.kamailio.dev
Questions for speakers can also be addressed in this chat room.
If anyone wants to participate in the live video conferencing room, the
URL is:
* https://meet.kamailioworld.com/live
Just note that we may have to limit the number of participants in the
live session in order to ensure proper streaming quality.
See you soon online!
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Module: kamailio
Branch: 5.5
Commit: c01b0d942b9e26e2ce0cf266abdee6eb63e8e55e
URL: https://github.com/kamailio/kamailio/commit/c01b0d942b9e26e2ce0cf266abdee6e…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2021-09-06T10:46:31+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/tls/README
---
Diff: https://github.com/kamailio/kamailio/commit/c01b0d942b9e26e2ce0cf266abdee6e…
Patch: https://github.com/kamailio/kamailio/commit/c01b0d942b9e26e2ce0cf266abdee6e…
---
diff --git a/src/modules/tls/README b/src/modules/tls/README
index 734dc7435d..86dde8f336 100644
--- a/src/modules/tls/README
+++ b/src/modules/tls/README
@@ -549,17 +549,17 @@ Revoking a certificate and using a CRL
require the certificate file and list of CA certificates per a regular
TLS configuration.
-AWS CloudHSM Example
+Thales Luna Example
--------------------
...
-# Example for AWS CloudHSM (SafeNet Luna)
+# Example for Thales Luna
modparam("tls", "engine", "gem")
-modparam("tls", "engine_config", "/usr/local/etc/kamailio/luna.conf")
-modparam("tls", "engine_algorithms", "ALL)
+modparam("tls", "engine_config", "/usr/local/etc/kamailio/thales.cnf")
+modparam("tls", "engine_algorithms", "EC")
...
-/usr/local/etc/kamailio/luna.cnf is a OpenSSL config format file used to
+/usr/local/etc/kamailio/thales.cnf is a OpenSSL config format file used to
bootstrap the engine, e.g., pass the PIN.
...
@@ -570,11 +570,12 @@ kamailio = openssl_init
engines = engine_section
[ engine_section ]
-# gem is the name of the SafeNet Luna OpenSSL engine
+# gem is the name of the Thales Luna OpenSSL engine
gem = gem_section
[ gem_section ]
-# from SafeNet documentation
+# from Thales documentation
+dynamic_path = /usr/lib64/engines-1.1/gem.so
ENGINE_INIT = 0:20:21:password=1234-ABCD-5678-EFGH
...