Reference
del ssl cert
On this page
Available since
- HAProxy 2.2
- HAProxy Enterprise 2.2r1
Delete a single SSL certificate from memory.
Description Jump to heading
This command deletes a single SSL certificate.
Examples Jump to heading
In this example, we remove the SSL certificate for example.com:
nixecho "del ssl cert /etc/hapee-3.2/ssl-certs/example.com.pem" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
nixecho "del ssl cert /etc/hapee-3.2/ssl-certs/example.com.pem" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
You can’t delete a certificate if any of these conditions are true:
- It’s included in a
crt-listfile. - It’s referenced directly on a
bindline with thecrtparameter. - It’s been added for JWT validation with add ssl jwt (HAProxy Runtime API 3.3 and newer).