I'm trying to follow these instructions:
https://github.com/ndilieto/uacme/But at the very first step I have a problem:
C:\Programs\uacme\bin>uacme.exe -v -c C:\Programs\uacme\bin\uacme.d new
uacme.exe: version 1.0.19 starting on Wed, 21 Jan 2026 10:39:02
uacme.exe: loading key from C:\Programs\uacme\bin\uacme.d/private/key.pem
uacme.exe: C:\Programs\uacme\bin\uacme.d/private/key.pem not found
uacme.exe: generating new 2048-bit RSA key
uacme.exe: key saved to C:\Programs\uacme\bin\uacme.d/private/key.pem
uacme.exe: fetching directory at
https://acme-v02.api.letsencrypt.org/directoryuacme.exe: curl_get: GET
https://acme-v02.api.letsencrypt.org/directory failed: Problem with the SSL CA cert (path? access rights?)
uacme.exe: curl_get: waiting 5 seconds before retrying
I can download the "directory" file manually without any problems (curl -O
https://acme-v02.api.letsencrypt.org/directory).
What am I doing wrong?