diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-05-17 11:54:24 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-05-17 11:54:24 +0200 |
commit | 36d47eb9c2fa024fb2fd39eefdaf67a7f8f4403d (patch) | |
tree | 137a4a764be7584de1f26a29430bcc6f55fca508 /doc | |
parent | 7bfaa9b5516f78f1c784ed0fc45fa3695e7bb8e5 (diff) |
instructions about copying the auditor signed blob into
the dedicated directory
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/manual.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/manual/manual.texi b/doc/manual/manual.texi index cf7da9660..e7c7710a3 100644 --- a/doc/manual/manual.texi +++ b/doc/manual/manual.texi @@ -254,6 +254,21 @@ public key. Tipically, this value lies in the configuration option @item @code{OUTPUT_FILE} where on the disk the signed blob is to be saved. @end itemize +As of step (3), the signed blob must be copied into the dorectory specified +by the option @code{AUDITOR_BASE_DIR} under the section @code{[exchangedb]}. +Assuming @code{AUDITOR_BASE_DIR = $@{HOME@}/.local/share/taler/auditors}, the +following command will "add" a auditor to the exchange. + +@example +# assuming that the file 'blob' is in the CWD +cp blob $@{HOME@}/.local/share/taler/auditors +@end example + +If the auditor has been correctly added, the exchange's @code{/keys} response +must contain an entry in the @code{auditors} array mentioning the auditor's URI +specified at step (2) in the @code{-u} argument. + + @section Wire formats @c FIXME TBD - NOTE, docs.taler.net _might_ contain already some text on this |