New Windows client - ZeroSSL as Win32/Win64 binaries

hi @leader

I followed the usage instructions here. https://zerossl.com/usage.html

With the HTTP-01 Challenge

There are no issues (works like a charm)

.\le64.exe -key .\LETSECRYPT_ACCOUNTKEY_PRIVATE.pem -domains zerossl-win.firecube.xyz -crt .\zerossl-win-firecube-xyz.crt -csr .\zerossl-win-firecube-xyz.csr -csr-key .\zerossl-win-firecube-xyz.key -path C:\LetsEncrypt.well-known\acme-challenge -generate-missing -live

DNS Challenge

.\le64.exe -key .\LETSECRYPT_ACCOUNTKEY_PRIVATE.pem -domains zerossl-win-dns.firecube.xyz -crt .\zerossl-win-dns-firecube-xyz.crt -csr .\zerossl-win-dns-firecube-xyz.csr -csr-key .\zerossl-win-dns-firecube-xyz.key -generate-missing -handle-with Crypt::LE::Challenge::Simple -handle-as dns

I get errors if I use the suggested syntax and a HTTP challenge (instead of DNS challenge) if I leave the handle-with parameter out

What I am hoping for is a challenge with TXT file like I get on the ZeroSSL website that I can then configure. What am I missing?

Andrei