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