Reference

del ssl ca-file

Available since

  • HAProxy 2.5
  • HAProxy Enterprise 2.5r1

Delete a CA file from the load balancer.

Description Jump to heading

Delete a CA file from the load balancer. The CA file must be unused and removed from any crt-list. Use show ssl ca-file to display the status of the CA files. The deletion doesn’t work with a certificate referenced directly with the ca-file or ca-verify-file directives in the configuration.

This operation deletes only the CA file in memory. To make the deletion permanent, also delete the CA file on disk.

Example Jump to heading

nix
echo "del ssl ca-file cafile.pem" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo "del ssl ca-file cafile.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?