Recover missing RFC2136 docs
Signed-off-by: Mike Eves <meves23@gmail.com>
This commit is contained in:
parent
78716e1859
commit
e2efd72beb
@ -69,3 +69,4 @@ and provider specific notes regarding their usage.
|
||||
google
|
||||
route53
|
||||
digitalocean
|
||||
rfc2136
|
||||
|
||||
13
docs/tasks/acme/configuring-dns01/rfc2136.rst
Normal file
13
docs/tasks/acme/configuring-dns01/rfc2136.rst
Normal file
@ -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
|
||||
Loading…
Reference in New Issue
Block a user