]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: acme: update the log for DNS-01 master
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 1 Aug 2025 16:08:43 +0000 (18:08 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 1 Aug 2025 16:08:43 +0000 (18:08 +0200)
Update the log for DNS-01 by mentionning the challenge_ready command
over the CLI.

src/acme.c

index b5e947be360c116b06bdfab4b7fc3172c9d8713e..3be71dfcd33d533f37f63c664b412d526431d464 100644 (file)
@@ -1585,7 +1585,7 @@ int acme_res_auth(struct task *task, struct acme_ctx *ctx, struct acme_auth *aut
 
 
                        trash.data = acme_txt_record(ist(ctx->cfg->account.thumbprint), auth->token, &trash);
-                       send_log(NULL, LOG_NOTICE,"acme: %s: DNS-01 requires to set the \"acme-challenge.%.*s\" TXT record to \"%.*s\"\n",
+                       send_log(NULL, LOG_NOTICE,"acme: %s: DNS-01 requires to set the \"_acme-challenge.%.*s\" TXT record to \"%.*s\" and use the \"acme challenge_ready\" command over the CLI\n",
                                                                     ctx->store->path, (int)auth->dns.len, auth->dns.ptr, (int)trash.data, trash.area);
 
                        /* dump to the "dpapi" sink */