ocsp-proxy icon indicating copy to clipboard operation
ocsp-proxy copied to clipboard

Idea for Centos7/Apache howto

Open IronWolve opened this issue 7 years ago • 0 comments

Quick howto For Apache and Centos7

  1. Install golang from repo

  2. Modify the virthost to use url for stapling SSLStaplingForceURL http://127.0.0.1:8080

  3. 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

  4. Run script, cron it, your choice nohup ./ocsp-proxy.sh >ocsp-proxy.log 2>&1 &

IronWolve avatar Jan 16 '18 19:01 IronWolve