From 81b0f25608ec1093a4a3fdc12e03f96cccc22b4d Mon Sep 17 00:00:00 2001 From: Michael Weber Date: Thu, 29 Jun 2023 17:16:26 -0500 Subject: [PATCH] fix missing Printf value --- pkg/client/wizard.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/client/wizard.go b/pkg/client/wizard.go index 3001f59..49db654 100644 --- a/pkg/client/wizard.go +++ b/pkg/client/wizard.go @@ -18,8 +18,8 @@ record manually. For this you are going to need to look into how your client sto example CAA record below accordingly and add it to your DNS zone: --------------------------- -%s. IN CAA 0 issue "letsencrypt.org; validationmethods=dns-01; accounturi=https://acme-v01.api.letsencrypt.org/acme/reg/ACCOUNTUID" -%s. IN CAA 0 issuewild "letsencrypt.org; validationmethods=dns-01; accounturi=https://acme-v01.api.letsencrypt.org/acme/reg/ACCOUNTUID" +%[1]s. IN CAA 0 issue "letsencrypt.org; validationmethods=dns-01; accounturi=https://acme-v01.api.letsencrypt.org/acme/reg/ACCOUNTUID" +%[1]s. IN CAA 0 issuewild "letsencrypt.org; validationmethods=dns-01; accounturi=https://acme-v01.api.letsencrypt.org/acme/reg/ACCOUNTUID" --------------------------- `