-
Notifications
You must be signed in to change notification settings - Fork 833
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OCSP stapling with HAProxy as a server
This patch allows to load and validate OCSP response file in DER format, when haproxy starts. This file should be kept at the same path as the using server certificate and *.issuer file (set as ssl crt keyword value at haproxy's bind line): bind *:1443 ssl crt show_ocsp_server.pem ~/haproxy master$ ls -al show_ocsp_server.pem* -rw-r--r-- 1 root root 6918 mai 16 19:25 show_ocsp_server.pem -rw-r--r-- 1 root root 1830 mai 16 19:25 show_ocsp_server.pem.issuer -rw-r--r-- 1 root root 2281 mai 16 19:25 show_ocsp_server.pem.ocsp
- Loading branch information
Showing
1 changed file
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters