Reference

del ssl jwt

Available since

  • HAProxy 3.3

Remove an SSL certificate from the list of those that can be used in JSON Web Token (JWT) validation.

Description Jump to heading

This command doesn’t work on ongoing transactions.

Examples Jump to heading

Remove SSL certificate new_cert_for_jwt.pem from the list of certificates for use in JWT validation:

nix
echo -e "del ssl jwt /etc/haproxy/certs/new_cert_for_jwt.pem" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo -e "del ssl jwt /etc/haproxy/certs/new_cert_for_jwt.pem" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999

See also Jump to heading

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