MINOR: acme.sh: don't use '*' in the filename for wildcard domain
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 4 Dec 2023 10:52:31 +0000 (11:52 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 4 Dec 2023 10:53:50 +0000 (11:53 +0100)
commit37b31b2f4de8dba4b80b9ed096ea0d4afdeef2b1
tree346dabbb62e8974247fa37f9368c82e3bbc4d395
parentdb812f73afdda225d7ddd1f887e08ce042e273dc
MINOR: acme.sh: don't use '*' in the filename for wildcard domain

By default acme.sh uses the '*' character in the filename for wildcard.
That can be confusing within HAProxy since the * character in front of a
filename in the stat socket is used to specified an uncommitted
transaction.

This patch replace the '*' by a '_' in the filename.  This is only done
when using the default filename, the name can still be forced with an
asterisk.
admin/acme.sh/haproxy.sh