In gmane.os.openbsd.misc, you wrote:
> I'm trying to use macros in my acme-client.conf, but it seems I cannot
> get the syntax right. In addition to that, even when I try the example
> from the acme-client.conf(5):
>
> api_url="https://acme-v02.api.letsencrypt.org/directory";
> authority letsencrypt {
>       api url $api_url
>       account key "/etc/acme/letsencrypt-privkey.pem"
> }
>
> It fails with a syntax error:
>
> $ ./acme-client -vvv -f ../test.conf
> api_url = "https://acme-v02.api.letsencrypt.org/directory";
> ../test.conf:3: syntax error
>
> It looks like the macro is loaded correctly, but the expansion fail. Are
> the macros just bugged? If not, could someone please advice me on what I
> am doing wrong?

It works for me. Are you using a new manpage with an old version
of acme-client?

Reply via email to