Greetings,

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?

Thank you,
W.

PS: I'm not subscribed so please CC.

-- 
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.

Attachment: signature.asc
Description: PGP signature

Reply via email to