From e2efd72beb007fac0af04d8fd5a83db33f6a2105 Mon Sep 17 00:00:00 2001 From: Mike Eves Date: Thu, 7 Feb 2019 18:06:23 +0000 Subject: [PATCH] Recover missing RFC2136 docs Signed-off-by: Mike Eves --- docs/tasks/acme/configuring-dns01/index.rst | 1 + docs/tasks/acme/configuring-dns01/rfc2136.rst | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 docs/tasks/acme/configuring-dns01/rfc2136.rst diff --git a/docs/tasks/acme/configuring-dns01/index.rst b/docs/tasks/acme/configuring-dns01/index.rst index d6d73d1bf..0508c944c 100644 --- a/docs/tasks/acme/configuring-dns01/index.rst +++ b/docs/tasks/acme/configuring-dns01/index.rst @@ -69,3 +69,4 @@ and provider specific notes regarding their usage. google route53 digitalocean + rfc2136 diff --git a/docs/tasks/acme/configuring-dns01/rfc2136.rst b/docs/tasks/acme/configuring-dns01/rfc2136.rst new file mode 100644 index 000000000..de8d23b67 --- /dev/null +++ b/docs/tasks/acme/configuring-dns01/rfc2136.rst @@ -0,0 +1,13 @@ +========================= +RFC2136 +========================= + +.. code-block:: yaml + + rfc2136: + nameserver: 192.168.0.1 + tsigKeyName: myzone-tsig + tsigAlgorithm: HMACMD5 + tsigSecretSecretRef: + name: my-secret + key: tsigkey