Reference
abort ssl crl-file
On this page
Available since
- HAProxy 2.5
- HAProxy Enterprise 2.5r1
Abort and destroy a temporary CRL file update transaction.
Description Jump to heading
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 Jump to heading
nix
echo -e "set ssl crl-file crlfile.pem <<\n$(cat rootCRL.pem)\n" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo -e "set ssl crl-file crlfile.pem <<\n$(cat rootCRL.pem)\n" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo "abort ssl crl-file crlfile.pem" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo "abort 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?