HAProxy Enterprise Documentation 2.3r1
del ssl cert
Delete a single SSL certificate from memory.
Description
This command deletes a single SSL certificate.
Examples
In this example, we remove the SSL certificate for example.com:
$ echo "del ssl cert /etc/hapee-2.3/ssl-certs/example.com.pem" | socat stdio tcp4-connect:127.0.0.1:9999
You can not delete a certificate if it is included in a crt-list
file or if it is referenced directly on a bind
line with the crt
parameter.
See also
Next up
del ssl crt-list