HAProxy Enterprise Documentation 2.7r1
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.7/ssl-certs/example.com.pem" | \
sudo socat stdio unix-connect:/var/run/hapee-2.7/hapee-lb.sock
You cannot 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 crl-file