smallstep-certificates/autocert/examples/hello-mtls/envoy/certwatch.sh
2019-02-07 15:30:37 -08:00

7 lines
108 B
Bash
Executable File

#!/bin/sh
while true; do
inotifywait -e modify /var/run/autocert.step.sm/site.crt
kill -HUP 1
done