Hi,
I'm trying to obtain a Let's Encrypt wildcard certificate on RouterOS using the built-in ACME client.
The following command succeeds without any issues:
/certificate/add-acme \
directory-url=https://acme-v02.api.letsencrypt.org/directory \
domain-names=my_domain.duckdns.org
However, when I try to request a wildcard certificate:
/certificate/add-acme \
directory-url=https://acme-v02.api.letsencrypt.org/directory \
domain-names=*.my_domain.duckdns.org
I receive the following error:
acme cert 'acme client acme_cert_*.my_domain.duckdns.org' (0x11) error:
received invalid challenge json response from server
Can anyone confirm whether wildcard certificates are currently unsupported by the built-in ACME client?
Environment:
-
RouterOS version: 7.23.1
-
Domain provider: DuckDNS
Has anyone successfully obtained a wildcard certificate directly on MikroTik, or is an external ACME client with DNS-01 validation required?
/ Oleksandr