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.
nixecho -e "new ssl crl-file crlfile.pem" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
nixecho -e "new ssl crl-file crlfile.pem" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
outputtextNew CRL file created 'crlfile.pem'!
outputtextNew CRL file created 'crlfile.pem'!
nixecho "show ssl crl-file" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
nixecho "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?