You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules/tls/doc/rpc.xml

70 lines
2.1 KiB

<?xml version="1.0" encoding='ISO-8859-1'?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!-- Include general documentation entities -->
<!ENTITY % docentities SYSTEM "../../../docbook/entities.xml">
%docentities;
]>
<section id="tls.rpc">
<sectioninfo>
</sectioninfo>
<title>RPC Commands</title>
<section id="tls.r.tls.info">
<title><function>tls.info</function></title>
<para>
List internal information related to the TLS module in
a short list - max connections, opened connections and the
write queue size.
</para>
<para>Parameters: </para>
<itemizedlist>
<listitem><para>
None.
</para></listitem>
</itemizedlist>
</section>
<section id="tls.r.tls.list">
<title><function>tls.list</function></title>
<para>
List details about all active TLS connections.
</para>
<para>Parameters: </para>
<itemizedlist>
<listitem><para>
None.
</para></listitem>
</itemizedlist>
</section>
<section id="tls.r.tls.options">
<title><function>tls.options</function></title>
<para>
List the current TLS configuration.
</para>
<para>Parameters: </para>
<itemizedlist>
<listitem><para>
None.
</para></listitem>
</itemizedlist>
</section>
<section id="tls.r.tls.reload">
<title><function>tls.reload</function></title>
<para>
Reload the external TLS configuration file (aka tls.cfg). It does not reload
modparam() parameters. Note that existing active TLS connections are not
terminated and they continue to use the old certificates. New configuration
will be used for new connections.
</para>
<para>Parameters: </para>
<itemizedlist>
<listitem><para>
None.
</para></listitem>
</itemizedlist>
</section>
</section>