Add HAProxy socket communication for updates
When an OCSP staple was collected, a signal should be sent to HAProxy.
In bash, this is done in the following way:
echo "set ssl ocsp-response `base64 -w 0 $TMP/ocsp.der`" | socat stdio /run/haproxy/admin.sock