diff --git a/daemon/rtpengine.pod b/daemon/rtpengine.pod index a7c0cb6ed..39674277e 100644 --- a/daemon/rtpengine.pod +++ b/daemon/rtpengine.pod @@ -995,11 +995,14 @@ to enable authentication. =item B<--mqtt-keyfile=>I +=item B<--mqtt-tls-alpn=>I + Enable TLS to connect to Mosquitto broker, optionally with client certificate authentication. At least B or B must be given to enable TLS. To enable client certificate authentication, both B and B must be set. All files must be in PEM format. Password-proteted files are not -supported. +supported. The B can be set (e.g. mqtt) if a service like AWS IoT +Core shares the same TLS port for two different network protocols. =item B<--mqtt-publish-qos=>B<0>|B<1>|B<2>