certificates/autocert/examples/hello-mtls/nginx/entrypoint.sh
2019-02-06 11:53:10 -08:00

10 lines
No EOL
139 B
Bash
Executable file

#!/bin/sh
# Wait for renewer
sleep 10
# watch for the update of the cert and reload nginx
/src/certwatch.sh &
# Run docker CMD
exec "$@"