HAProxy Enterprise Documentation 2.5r1

del ssl crl-file

Delete a CRL file from HAProxy Enterprise.

Description

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

Example

$ echo "del ssl crl-file crlfile.pem" | \
   sudo socat stdio unix-connect:/var/run/hapee-2.5/hapee-lb.sock

See also


Next up

del ssl crt-list