HAProxy Enterprise Documentation 2.5r1
abort ssl crl-file
Abort and destroy a temporary CRL file update transaction.
Description
Abort and destroy a temporary CRL file update transaction.
The CLI command set ssl crl-file
makes CRL file changes in a temporary transaction. When changes are complete, you can apply the transaction using commit ssl crl-file
or abort them using this command.
Examples
Begin a transaction to load a CRL payload into runtime memory. Then abort the transaction.
$ echo -e "set ssl crl-file crlfile.pem <<\n$(cat rootCRL.pem)\n" | \
sudo socat stdio unix-connect:/var/run/hapee-2.5/hapee-lb.sock
$ echo "abort ssl crl-file crlfile.pem" | \
sudo socat stdio unix-connect:/var/run/hapee-2.5/hapee-lb.sock
See also
Next up
add acl