HAProxy Enterprise Documentation 2.2r1

show ssl crt-list

Display the contents of an SSL CRT list.

Description

CRT lists are text files that describe the SSL certificates used by HAProxy Enterprise. When dynamically creating and manipulating certificates, this command is used to verify the contents of an SSL CRT list.

Examples

In this example, the entries in the CRT list file /etc/hapee-2.2/certificate-list.txt are displayed.

$ echo "show ssl crt-list /etc/hapee-2.2/certificate-list.txt" | \
   sudo socat stdio unix-connect:/var/run/hapee-2.2/hapee-lb.sock# /etc/hapee-2.2/certificate-list.txt
/etc/hapee-2.2/certs/site.pem
/etc/hapee-2.2/certs/test.local.pem [alpn h2 ssl-min-ver TLSv1.2] test.local
/etc/hapee-2.2/certs/new_certificate.pem [alpn h2] mysite.local

See also


Next up

show startup-logs