Skip to content
Snippets Groups Projects
Commit addd3b56 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fixes #36 - restart haproxy after OCSP update

parent b8c00467
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,7 @@ TimeoutStartSec=0
ExecStart=/bin/bash -euxc ' \
for cert in `ls /data/runtime/haproxy/approved-certs/*.pem`;do \
/data/indiehosters/scripts/ocsp.sh $cert; \
done'
done; \
systemctl restart haproxy; \
rm /tmp/*.crt'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment