HAProxy Enterprise Documentation 2.5r1
del ssl ca-file
Delete a CA file from HAProxy Enterprise.
Description
Delete a CA file from HAProxy Enterprise. 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.
Example
$ echo "del ssl ca-file cafile.pem" | \
sudo socat stdio unix-connect:/var/run/hapee-2.5/hapee-lb.sock
See also
Next up
del ssl cert