diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-09-27 20:32:30 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-09-27 20:32:30 +0200 |
commit | bf8b9d1435a196c9b7c3293904da2a3baba7210a (patch) | |
tree | b722367def8d35bff70938db77323de61efd0348 /doc/taler-mint-httpd.1 | |
parent | a67fefa9fbcf9774d277a9c94aeebdf78d2051d1 (diff) | |
parent | 1bfba318ec0f3393de2dfc66821dec6165eef90a (diff) |
mention need to audit randomness of gamma
Diffstat (limited to 'doc/taler-mint-httpd.1')
-rw-r--r-- | doc/taler-mint-httpd.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/taler-mint-httpd.1 b/doc/taler-mint-httpd.1 index 9ff9774c..4f9c3529 100644 --- a/doc/taler-mint-httpd.1 +++ b/doc/taler-mint-httpd.1 @@ -13,6 +13,9 @@ taler\-mint\-httpd \- Run Taler mint (with RESTful API) .SH OPTIONS .B +.IP "\-C, \-\-connection-close" +Force each HTTP connection to be closed after each request (useful in combination with \-f to avoid having to wait for nc to time out). +.B .IP "\-d DIRNAME, \-\-mint-dir=DIRNAME" Use the configuration and other resources for the mint to operate from DIRNAME. .B |