diff --git a/conf/uts-server.cnf b/conf/uts-server.cnf index c345153..cc20c97 100644 --- a/conf/uts-server.cnf +++ b/conf/uts-server.cnf @@ -102,7 +102,7 @@ tcp_nodelay = 0 # Loglevel (debug, info, notice, warn, err, emerg, crit) log_level = info -# TSA configuration parameters +# TSA configuration parameters. [ tsa ] # TSA root directory. diff --git a/docs/configure.rst b/docs/configure.rst index 35f01aa..463b47e 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -103,18 +103,7 @@ Section for declaring OID mapping. Just add = pairs. Section [ tsa ] --------------- -Section defining which TSA section to use. - -+-----------------------------+---------------------------------------------------------------------+--------------------------------------+ -| Parameter | Description | Example Value | -+=============================+=====================================================================+======================================+ -| default_tsa | Name of the TSA section to use as default. | tsa_config1 | -+-----------------------------+---------------------------------------------------------------------+--------------------------------------+ - -Section [ tsa_config1 ] ------------------------ - -Example of Time-Stamp section configuration. +TSA configuration parameters. +-----------------------------+---------------------------------------------------------------------+--------------------------------------+ | Parameter | Description | Example Value |