From: "Peter Moylan" Received: from mail.pmoylan.org ([144.6.37.71] verified) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTP id 3271436 for ecs-isp@2rosenthals.com; Mon, 03 Aug 2026 22:12:12 -0400 DKIM-Signature: v=1; q=dns/txt; a=rsa-sha256; c=relaxed/relaxed; s=default; d=pmoylan.org; bh=tckhe/yKq+/RUSNyqvDy51RQK4UX76d9VyYce9FRUs0=; h=From:To:Date:Message-ID; b=BvBHVZSAXLrHTn5gKYA8+CD5UUlMbWinSBqRA+1kQ8/s9d0wTrGgGdpdsehKbnZ1imYmN bEEnFysMHNP/zE6pqRe3n3T/8LKxbp7m7prOLvg1gEUeYe3yu7MnRPLVHABLni8MnViRUem /d5yqRhoxaBF4Q9GR8Cb7WiVBuClytM= Authentication-Results: mail.pmoylan.org; spf=none (whitelisted) smtp.helo= [192.168.20.3] smtp.mailfrom=pmoylan.org Received: from [192.168.20.3] (peter.pmoylan.org [192.168.20.3]) by mail.pmoylan.org (Weasel v3.143) for ; Tue, 04 Aug 2026 12:12:09 +1000 Subject: Re: [eCS-ISP] uacme 1.2.4 issue To: eCS ISP Mailing List References: Message-ID: <6A714A78.5060101@pmoylan.org> Date: Tue, 4 Aug 2026 12:12:08 +1000 User-Agent: Mozilla/5.0 (OS/2; Warp 4.5; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit On 04/08/26 06:45, Massimo S. wrote: > Il 11/06/2026 08:21, Peter Moylan ha scritto: >> On 10/06/26 18:09, Massimo S. wrote: >>> Il 09/06/2026 13:03, Peter Moylan ha scritto: >> >>>> If that doesn't help, here is another possibility. We have seen in the >>>> past that different versions of uacme make different assumptions about >>>> default directories. The best defence against that is to make sure that >>>> your own scripts use explicit paths instead of relying on the default >>>> assumptions. Now that I think of it, I think I had to do that when >>>> updating to version 1.2.4. >>> >>> do you have a script that use 1.2.4 to share? >>> (of course in private email) >> >> The uacme-hook.cmd script is the one that Steven shared some time >> back, probably on this list. The only changes I remember making are >> >> /* Find docs directory for server */ >> docsdir = 'D:\Domains\' >> >> and >> >> subdir = root || '.' || tld >> if subdir == 'pmoylan.org' then subdir = subdir'\Public' >> >> both of which are to identify where I keep my HTML files. Then there's >> a script that I wrote myself, called issue_pmoylan.org, whose content >> is the single line >> >> uacme -v -c C:\etc\ssl\uacme -h uacme-hook.cmd issue pmoylan.org >> www.pmoylan.org mail.pmoylan.org > > Hi Peter and Steven, > > where do you have "cacert.pem"? > > here is under "x:\mydir\etc\ssl" > maybe this is not the right place I don't have a cacert.pem. Do you mean cert.pem? I have a cert.pem in directory C:\etc\ssl\uacme\pmoylan.org (But I didn't put it there. Let's Encrypt put it there.) -- Peter Moylan peter@pmoylan.org http://www.pmoylan.org