From c08b00d36b2aacaa591d60ab207cfb9d8730e3e2 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sun, 11 Sep 2016 19:08:51 +0200 Subject: [PATCH] fix some typo in documenation --- README.rst | 2 +- conf/uts-server.cnf | 12 ++++++------ docs/configure.rst | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index a11272c..f05d8de 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ uts-server :target: http://uts-server.readthedocs.org/en/latest/?badge=latest :alt: Documentation Status -Micro timestamp server (RFC 3161) written in C +Micro Time-Stamp server (RFC 3161) written in C ---- diff --git a/conf/uts-server.cnf b/conf/uts-server.cnf index 3d61e9f..766e31f 100644 --- a/conf/uts-server.cnf +++ b/conf/uts-server.cnf @@ -1,4 +1,4 @@ -# Section for declarinG OID mapping. Just add = pairs. +# Section for declaring OID mapping. Just add = pairs. [ oids ] tsa_policy1 = 1.2.3.4.1 @@ -8,7 +8,7 @@ tsa_policy3 = 1.2.3.4.5.7 # Main configuration section (mostly http configuration). [ main ] -# Comma-separated list of ips:ports to listen on. +# Comma-separated list of IP:port tuples to listen on. # If the port is SSL, a letter s must be appended. # # Ex: listening_ports = 80,443s @@ -66,7 +66,7 @@ request_timeout_ms = 30000 #ssl_verify_depth = 9 # Loads default trusted certificates -# locations set at openssl compile time. +# locations set at OpenSSL compile time. #ssl_default_verify_paths = yes # See https://www.openssl.org/docs/manmaster/apps/ciphers.html @@ -108,7 +108,7 @@ log_level = info # Name of the TSA section to use as default. default_tsa = tsa_config1 -# Example of timestamp section configuration. +# Example of Time-Stamp section configuration. [ tsa_config1 ] # TSA root directory. @@ -135,10 +135,10 @@ other_policies = tsa_policy2, tsa_policy3 # Acceptable message digests. (mandatory) digests = md5, sha1 -# Timestamp accuracy. (optional) +# Time-Stamp accuracy. (optional) accuracy = secs:1, millisecs:500, microsecs:100 -# Number of decimals for timestamp. (optional) +# Number of decimals for Time-Stamp. (optional) clock_precision_digits = 0 # Is ordering defined for timestamps? (optional, default: no) diff --git a/docs/configure.rst b/docs/configure.rst index 44fdb54..35f01aa 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -16,7 +16,7 @@ Main configuration section (mostly http configuration). | enable_keep_alive | Allows clients to reuse TCP connection for subsequent | no | | | HTTP requests, which improves performance. | | +-----------------------------+---------------------------------------------------------------------+--------------------------------------+ -| listening_ports | Comma-separated list of ips:ports to listen on. | 127.0.0.1:2020 | +| listening_ports | Comma-separated list of IP:port tuples to listen on. | 127.0.0.1:2020 | | | If the port is SSL, a letter s must be appended. | | | | | | | | Ex: listening_ports = 80,443s | | @@ -43,7 +43,7 @@ Main configuration section (mostly http configuration). | | for more detailed | | +-----------------------------+---------------------------------------------------------------------+--------------------------------------+ | ssl_default_verify_paths | Loads default trusted certificates | yes | -| | locations set at openssl compile time. | | +| | locations set at OpenSSL compile time. | | +-----------------------------+---------------------------------------------------------------------+--------------------------------------+ | ssl_protocol_version | Sets the minimal accepted version of SSL/TLS protocol | 3 | | | according to the table: | | @@ -88,7 +88,7 @@ Main configuration section (mostly http configuration). Section [ oids ] ---------------- -Section for declarinG OID mapping. Just add = pairs. +Section for declaring OID mapping. Just add = pairs. +-----------------------------+---------------------------------------------------------------------+--------------------------------------+ | Parameter | Description | Example Value | @@ -114,16 +114,16 @@ Section defining which TSA section to use. Section [ tsa_config1 ] ----------------------- -Example of timestamp section configuration. +Example of Time-Stamp section configuration. +-----------------------------+---------------------------------------------------------------------+--------------------------------------+ | Parameter | Description | Example Value | +=============================+=====================================================================+======================================+ -| accuracy | Timestamp accuracy. (optional) | secs:1, millisecs:500, microsecs:100 | +| accuracy | Time-Stamp accuracy. (optional) | secs:1, millisecs:500, microsecs:100 | +-----------------------------+---------------------------------------------------------------------+--------------------------------------+ | certs | Certificate chain to include in reply. (optional) | $dir/cacert.pem | +-----------------------------+---------------------------------------------------------------------+--------------------------------------+ -| clock_precision_digits | Number of decimals for timestamp. (optional) | 0 | +| clock_precision_digits | Number of decimals for Time-Stamp. (optional) | 0 | +-----------------------------+---------------------------------------------------------------------+--------------------------------------+ | crypto_device | OpenSSL engine to use for signing. | builtin | +-----------------------------+---------------------------------------------------------------------+--------------------------------------+