HAProxy Enterprise Documentation 2.3r1

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.3/certificate-list.txt are displayed.

$ echo "show ssl crt-list /etc/hapee-2.3/certificate-list.txt" | socat tcp-connect:127.0.0.1:9999 -# /etc/hapee-2.3/certificate-list.txt
/etc/hapee-2.3/certs/site.pem
/etc/hapee-2.3/certs/test.local.pem [alpn h2 ssl-min-ver TLSv1.2] test.local
/etc/hapee-2.3/certs/new_certificate.pem [alpn h2] mysite.local

See also


Next up

show stat