In <list-11081105@2rosenthals.com>, on 10/15/24
at 11:49 AM, "Massimo S." <ecs-isp@2rosenthals.com> said:
Hi Massimo,
It appears you did not fix the scrpit as I recommended.
>> uacme -v -h uacme-hook.cmd issue webmail.mydomain.it >out.log 2>&1
>>
>> Out.log should contain the error message you missed.
>>
>now i'm completely confused, i don't understand what's happening
What is happening based on the information you have provided so far is the
same as was happening before. The script is dieing because it cannot
write the token file to the challenge directory. If it could, the log
file would report that the file was created.
As I recommended before, you need to capture the console output with
something like:
and review out.log for error messages. If should be obvious to you that
mywebsite2.ecomstation.it be correct domain name and the it needs to have
a dns entry. mywebsite2.ecomstation.it does not currently have a dns
entry, so either you have a typo or you are hiding information that might
help us figure out what you are doing wrong.
>uacme issue mywebsite2.ecomstation.it -h hook_mywebsite2.cmd
>2024/10/15-11:24:03
>2024/10/15-11:24:03 hook_mywebsite2 started at 2024/10/15-11:24:03
>2024/10/15-11:24:03 method is begin
>2024/10/15-11:24:03 type is http-01
>2024/10/15-11:24:03 ident is mywebsite2.ecomstation.it
Note that the log is still missing the line that reports that the token
file was created. This is done by in the original script at:
Without more information, the only reason I can think is because you
edited the script incorrectly. If you cannot determine what's wrong from
the output of out.log, I probably need to send me an unsullied copy of
out.log and hook_mywebsite2.cmd.