From 604ce9e753dbb026130824e2b63e52fa7b2d2200 Mon Sep 17 00:00:00 2001 From: clstb Date: Wed, 29 Nov 2017 18:24:26 +0100 Subject: [PATCH] provider names in issuer.yml and certificate.yml must match --- docs/user-guides/acme-dns-validation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-guides/acme-dns-validation.md b/docs/user-guides/acme-dns-validation.md index fbe34c0fe..0a6c7e21b 100644 --- a/docs/user-guides/acme-dns-validation.md +++ b/docs/user-guides/acme-dns-validation.md @@ -64,11 +64,11 @@ spec: acme: config: - dns01: - provider: clouddns + provider: prod-dns domains: - example.com - dns01: - provider: cloudflare + provider: cf-dns domains: - www.example.com ``` @@ -109,4 +109,4 @@ Once our certificate has been obtained, cert-manager will periodically check its [5]: ../api-types/issuer/spec.md#user-content-acme-issuer-dns-provider-configuration [6]: https://en.wikipedia.org/wiki/Subject_Alternative_Name [7]: ../api-types/certificate/ - [8]: cluster-issuers.md \ No newline at end of file + [8]: cluster-issuers.md