Reference

show ssl jwt

Available since

  • HAProxy 3.3

Display the certificates that can be used for JWT validation.

Description Jump to heading

Display the list of SSL certificates that can be used for JWT validation.

Examples Jump to heading

Display all certificates for JWT validation:

nix
echo "show ssl jwt" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo "show ssl jwt" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999
output
text
#filename
jwt.pem
output
text
#filename
jwt.pem

See also Jump to heading

Do you have any suggestions on how we can improve the content of this page?