Reference
show ssl crt-list
On this page
Available since
- HAProxy 2.2
- HAProxy Enterprise 2.2r1
Display the contents of an SSL CRT list.
Description Jump to heading
CRT lists are text files that describe the SSL certificates used by the load balancer. When dynamically creating and manipulating certificates, this command is used to verify the contents of an SSL CRT list.
Examples Jump to heading
In this example, the entries in the CRT list file /etc/hapee-2.8/certificate-list.txt
are displayed.
bash
echo "show ssl crt-list /etc/hapee-2.8/certificate-list.txt" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
bash
echo "show ssl crt-list /etc/hapee-2.8/certificate-list.txt" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
outputbash
/etc/hapee-2.8/certs/site.pem/etc/hapee-2.8/certs/test.local.pem [alpn h2 ssl-min-ver TLSv1.2] test.local/etc/hapee-2.8/certs/new_certificate.pem [alpn h2] mysite.local
outputbash
/etc/hapee-2.8/certs/site.pem/etc/hapee-2.8/certs/test.local.pem [alpn h2 ssl-min-ver TLSv1.2] test.local/etc/hapee-2.8/certs/new_certificate.pem [alpn h2] mysite.local
See also Jump to heading
If this page was useful, please, Leave the feedback.