ocsp-proxy
ocsp-proxy copied to clipboard
Idea for Centos7/Apache howto
Quick howto For Apache and Centos7
-
Install golang from repo
-
Modify the virthost to use url for stapling SSLStaplingForceURL http://127.0.0.1:8080
-
Create wrapper script, ocsp-proxy.sh then chmod +x it HTTP_PROXY=http://proxy-ip.com:3128 go run ocsp-proxy.go -ocsphost -http :8080
-
Run script, cron it, your choice nohup ./ocsp-proxy.sh >ocsp-proxy.log 2>&1 &