From d8f04198512b5dd7c70e05be1ca56403a319dd0d Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Thu, 5 Jul 2018 14:18:58 +0100 Subject: [PATCH] Add example to docs --- docs/reference/issuers/acme/dns01.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/issuers/acme/dns01.rst b/docs/reference/issuers/acme/dns01.rst index ca3ba51e6..474d85c42 100644 --- a/docs/reference/issuers/acme/dns01.rst +++ b/docs/reference/issuers/acme/dns01.rst @@ -38,7 +38,8 @@ Setting nameservers for DNS01 check Cert-manager will check the correct DNS records exist before attempting a DNS01 challenge. By default, the DNS servers for this check will be taken from -``/etc/resolv.conf``. If this is not desired, the cert-manager controller +``/etc/resolv.conf``. If this is not desired (for example with multiple +authoritative nameservers or split-horizon DNS), the cert-manager controller provides the ``--dns01-nameservers`` flag, which allows overriding the default nameservers with a comma seperated list of custom nameservers.