Reference
del ssl crl-file
On this page
Available since
- HAProxy 2.5
- HAProxy Enterprise 2.5r1
Delete a CRL file from the load balancer.
Description Jump to heading
Delete a CRL file from the load balancer. 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.
This operation deletes only the CRL file in memory. To make the deletion permanent, also delete the CRL file on disk.
Example Jump to heading
nixecho "del ssl crl-file crlfile.pem" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
nixecho "del ssl crl-file crlfile.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?