commit bdc9f26344d2da21e8b8e0662bf8be2a9a5d9ec3 parent ed373fe3d98cd249ddd65d631bd6007a1ce94fde Author: ms <ms@taler.net> Date: Tue, 27 Jul 2021 07:34:55 +0200 key rotation API, Sandbox Diffstat:
| M | libeufin/api-sandbox.rst | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst @@ -127,6 +127,11 @@ HTTP API ebicsHosts: string[]; } +.. http:post:: /admin/ebics/hosts/$hostID/rotate-keys + + Overwrite the bank's Ebics keys with random ones. This is entirely + meant for tests (as the Sandbox itself is) and no backup will be + produced along this operation. .. Subscriber management.