mirror of
https://github.com/smallstep/certificates.git
synced 2024-10-31 03:20:16 +00:00
7 lines
112 B
Bash
Executable File
7 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
|
|
while true; do
|
|
inotifywait -e modify /var/run/autocert.step.sm/site.crt
|
|
nginx -s reload
|
|
done
|