Reference
new ssl crl-file
On this page
Available since
- HAProxy 2.5
- HAProxy Enterprise 2.5r1
Create a new empty Certificate Revocation List (CRL) file.
Description Jump to heading
Create a new empty Certificate Revocation List (CRL) file. This file can be filled with CA certificates using set ssl crl-file
before being committed with commit ssl crl-file
and made active with add ssl crt-list
.
Examples Jump to heading
Create CRL file crlfile.pem
and then list it using show ssl crl-file
.
nix
echo -e "new ssl crl-file crlfile.pem" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo -e "new ssl crl-file crlfile.pem" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
outputtext
New CRL file created 'crlfile.pem'!
outputtext
New CRL file created 'crlfile.pem'!
nix
echo "show ssl crl-file" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo "show ssl crl-file" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
outputtext
# filenamerlfile.pem
outputtext
# filenamerlfile.pem
See also Jump to heading
Do you have any suggestions on how we can improve the content of this page?