On Sat, Nov 11, 2023 at 10:26:33AM +0100, Christoph Kukulies wrote:
> I'm using haproxy2.8  and I have configured the acme.sh challenge to fetch 
> the certificate, following this wiki here:
> https://github.com/haproxy/wiki/wiki/Letsencrypt-integration-with-HAProxy-and-acme.sh
> 
> Once I get to the point to test the certificate, I'm getting:
> 
> acme@mail:~$ echo "show ssl cert /etc/haproxy/certs/mydomain.org.pem" | socat 
> /var/run/haproxy/admin.sock -
> Can't display the certificate: Not found or the certificate is a bundle!
> 
> 
> The file is definitely there and the command works an a different file, when 
> I apply it to the previously used certificate fullchain.pem.
> The file which is not working, has the following structure:

"show ssl cert" shows the certificate in the haproxy memory, and not on
the filesystem. Start by doing "show ssl cert" without any argument to
see the list of certificates whcih were loaded by haproxy.


-- 
William Lallemand

Reply via email to