Browse Source

Man pages for auth and avp.

Martin Hoffmann 17 năm trước cách đây
mục cha
commit
e6d55cc09a
2 tập tin đã thay đổi với 12 bổ sung2 xóa
  1. 6 1
      doc/stylesheets/serdoc2man.xsl
  2. 6 1
      etc/ser-oob.cfg

+ 6 - 1
doc/stylesheets/serdoc2man.xsl

@@ -64,6 +64,9 @@
   <xsl:text>(5)</xsl:text>
 </xsl:template>
 
+<xsl:template match="serdoc:prototype">
+  <xsl:call-template name="inline-bold-monospace"/>
+</xsl:template>
 
 <xsl:template match="serdoc:paraminfo">
   <para>
@@ -95,7 +98,9 @@
   <xsl:call-template name="inline-monospace" />
 </xsl:template>
 
-<xsl:template match="serdoc:optional">
+
+
+<xsl:template match="optional">
   <xsl:text>[</xsl:text>
   <xsl:apply-templates />
   <xsl:text>]</xsl:text>

+ 6 - 1
etc/ser-oob.cfg

@@ -216,6 +216,8 @@ tcp_connection_lifetime=3600
 #tcp_max_connections=10240  # default is 2048
 tcp_connect_timeout=1
 
+# ------------------- TLS Parameters ----------------------------------------
+
 # Enable TLS hooks so that the TLS module can be used
 tls_enable=yes
 
@@ -486,7 +488,10 @@ modparam("timer", "declare_timer",
          "ON_1MIN_TIMER=ON_1MIN_TIMER,60000,slow,enable");
 
 # -- tls --
-#modparam("tls", "config", "tls.cfg");
+
+#modparam("tls", "private_key", "certs/ser.key");
+#modparam("tls", "certificate", "certs/ser.crt");
+#modparam("tls", "ca_list", "certs/ser.ca_list");
 
 # -- db_ops --