]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: emit a log for DNS-01 challenge response
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 1 Aug 2025 14:04:12 +0000 (16:04 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 1 Aug 2025 14:12:27 +0000 (16:12 +0200)
commit365a69648c70ec35459266bf76de91114685260d
tree451c2be36f6e4fb50667a3e2109b0fcac6517bac
parent09275fd549d083cd5a61143d176b65f9cffc1711
MINOR: acme: emit a log for DNS-01 challenge response

This commit emits a log which output the TXT entry to create in case of
DNS-01. This is useful in cases you want to update your TXT entry
manually.

Example:

    acme: foobar.pem.rsa: DNS-01 requires to set the "acme-challenge.example.com" TXT record to "7L050ytWm6ityJqolX-PzBPR0LndHV8bkZx3Zsb-FMg"
include/haproxy/acme-t.h
src/acme.c