taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 95ab17852349b1aa53e563e9fc8f896403cf90ff
parent 1081f8bd20fcb75abe5eecf57511091646706a9c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 30 Jul 2021 23:24:12 -0400

move note re database to frags

* frags/db-stores-sensitive-data.rst: New file.
* taler-merchant-manual.rst: Replace note w/ include of new frag.

Diffstat:
Afrags/db-stores-sensitive-data.rst | 6++++++
Mtaler-merchant-manual.rst | 7+------
2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/frags/db-stores-sensitive-data.rst b/frags/db-stores-sensitive-data.rst @@ -0,0 +1,6 @@ +.. note:: + + The Taler merchant backend stores private keys and other sensitive + business and customer data in the database. The backend operator + SHOULD ensure that backup operations are encrypted and secured from + unauthorized access. diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst @@ -586,12 +586,7 @@ Commands, like ``taler-merchant-dbinit``, that support the ``-l LOGFILE`` command-line option, send logging output to standard error by default. See :doc:`manpages/taler-merchant-dbinit.1` for more information. -.. note:: - - The Taler merchant backend stores private keys and other sensitive - business and customer data in the database. The backend operator - SHOULD ensure that backup operations are encrypted and secured from - unauthorized access. +.. include:: frags/db-stores-sensitive-data.rst .. index: MASTER_KEY