Add example of nginx+step-ca

This commit is contained in:
Mariano Cano 2018-11-09 17:27:36 -08:00
parent e0877a03f2
commit 30b30d7643
16 changed files with 248 additions and 0 deletions

View file

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