From fd39749e97bc77cd18c73abdc8a4b9a767c9f516 Mon Sep 17 00:00:00 2001 From: Jan Vcelak <jan.vcelak@nic.cz> Date: Mon, 13 Oct 2014 20:27:02 +0200 Subject: [PATCH] doc: fix formatting glitches in TSIG keys description --- doc/configuration.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index 269df00e44..9188232cef 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -87,8 +87,10 @@ The preference list is reset on the configuration reload. You can also use TSIG for access control. For this, you need to configure a TSIG key and assign it to a remote. Supported algorithms for TSIG key are: -| ``hmac-md5, hmac-sha1, hmac-sha224, hmac-sha256, hmac-sha384, hmac-sha512`` -Key secret is written in a base64 encoded format. See :ref:`keys`:: +``hmac-md5``, ``hmac-sha1``, ``hmac-sha224``, ``hmac-sha256``, ``hmac-sha384``, +and ``hmac-sha512``. Key secret is written in a base64 encoded format. +As of now, it is not possible to associate multiple keys with a remote. +See :ref:`keys`:: keys { key0 hmac-md5 "Wg=="; # keyname algorithm secret -- GitLab