gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: document new options for #6418: clie


From: gnunet
Subject: [taler-docs] branch master updated: document new options for #6418: client authentication
Date: Thu, 16 Jul 2020 17:49:41 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 4d318f9  document new options for #6418: client authentication
4d318f9 is described below

commit 4d318f9cea6d05037a95b347985d6d488550e107
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jul 16 17:49:33 2020 +0200

    document new options for #6418: client authentication
---
 manpages/taler-merchant-setup-reserve.1.rst | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/manpages/taler-merchant-setup-reserve.1.rst 
b/manpages/taler-merchant-setup-reserve.1.rst
index 485f769..67e1ecb 100644
--- a/manpages/taler-merchant-setup-reserve.1.rst
+++ b/manpages/taler-merchant-setup-reserve.1.rst
@@ -30,16 +30,31 @@ Options
 -a VALUE, --amount=VALUE
        Amount to be transferred to the reserve. Mandatory.
 
+-A USERNAME:PASSWORD, --auth=USERNAME:PASSWORD
+       Use USERNAME and PASSWORD for HTTP client authentication. The ":" must 
be present as a separator. Note that this form of authentication has nothing to 
do with the TLS client certificate authentication supported with the "-C", "-k" 
and "-p" options.  The PASSWORD given to this option is given to the server! 
Optional.
+
+-C CERTFILE, --cert=CERTFILE
+       The specified CERTFILE contains a TLS client certificate to be used to 
authenticate the client. Optional.  See also "-t".
+
 -e URL, --exchange-url=URL
        Use URL for the exchange base URL. This is the exchange where
        the reserve will be created. The currency used in the amount
        specificiation must be offered by this exchange.  Mandatory.
 
+-k KEYFILE, --key=KEYFILE
+       The specified KEYFILE contains a TLS client private key to be used to 
authenticate the client. Optional.  See also "-p" and "-C".
+
 -m URL, --merchant-url=URL
        Use URL as the merchant base URL.  Should include the path to
        the instance if the reserve is to be created for a non-default instance.
        Mandatory.
 
+-p KEYFILEPASSPHRASE, --pass=KEYFILEPASSPHRASE
+       The specified KEYFILEPASSPHRASE is to be used to decrypt the KEYFILE. 
Optional.  See also "-k". Not to be confused with "-A".  The KEYFILEPASSPHRASE 
given here is only used locally to decrypt the KEYFILE.
+
+-t CERTTYPE, --type=CERTTYPE
+       The specified CERTFILE contains a TLS client certificate of CERTTYPE. 
Default is "PEM". Optional.  See also "-C".
+
 -w METHOD, --wire-method=METHOD
        Which wire method should be used. Needed to select the wire
        transfer method of the exchange. The method must be supported

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]