From: |
"Paul Smedley" <ecs-isp@2rosenthals.com> |
Full Headers Undecoded message |
Subject: |
Re: [eCS-ISP] Apache HTTPS |
Date: |
Wed, 14 Aug 2024 18:58:51 +0930 |
To: |
eCS ISP Mailing List <ecs-isp@2rosenthals.com> |
|
---|
Hi Steven,
On 14/8/24 01:47, Steven Levine wrote:
In <list-10594180@2rosenthals.com>, on 08/13/24
at 07:19 PM, "Paul Smedley" <ecs-isp@2rosenthals.com> said:
Hi Paul,
With https://smedley.id.au/tmp/uacme-1.0.19-os2-20240813.zip - it should
look in /@unixroot/etc
Thanks. This build works, but still appears to be looking for /etc rather
than /@unixroot/etc. When I look at the binary, I see the string
/etc/ssl/uacme where I expected to see /@unixroot/etc/ssl/uacme. I'm
guessing this is the default CONFDIR value.
Apologies - I incorrectly say sysconfdir was set to /etc Makefile
- and assumed that string was used.
searching properly this time, I see uacme.c has:
#define DEFAULT_CONFDIR "/etc/ssl/uacme"
https://smedley.id.au/tmp/uacme-1.0.19-os2-20240814.zip should really fix it this time :)
Cheers,
Paul
|