浏览代码

tls/docs: Update certificate generation docs

Xenofon Karamanos 1 年之前
父节点
当前提交
67785fea8f
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/modules/tls/doc/tls.xml

+ 4 - 1
src/modules/tls/doc/tls.xml

@@ -93,7 +93,10 @@
 		</para>
 		<para>
 		When installing tls module of kamailio, a sample 'tls.cfg' file is deployed in the same
-		folder with 'kamailio.cfg', along with freshly generated self signed certificates.
+		folder with 'kamailio.cfg'. For freshly generated self signed certificates make must be called from tls folder
+		<programlisting>
+make install-tls-cert
+		</programlisting>
 		</para>
 		<para>
 		HINT: be sure you have <emphasis>enable_tls=yes</emphasis> to your kamailio.cfg.