certificates/examples/docker/nginx/certwatch.sh
2018-11-09 17:27:36 -08:00

6 lines
102 B
Bash
Executable file

#!/bin/sh
while true; do
inotifywait -e modify /var/local/step/site.crt
nginx -s reload
done