HAProxy Enterprise Documentation 2.5r1

new ssl crl-file

Create a new empty Certificate Revocation List (CRL) file.

Description

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

Create CRL file crlfile.pem and then list it using show ssl crl-file.

$ echo -e "new ssl crl-file crlfile.pem" | \
   sudo socat stdio unix-connect:/var/run/hapee-2.5/hapee-lb.sock
New CRL file created 'crlfile.pem'!
$ echo "show ssl crl-file" | \
   sudo socat stdio unix-connect:/var/run/hapee-2.5/hapee-lb.sock
# filename
crlfile.pem

See also


Next up

operator