Add example of nginx+step-ca
This commit is contained in:
parent
e0877a03f2
commit
30b30d7643
16 changed files with 248 additions and 0 deletions
10
examples/docker/nginx/entrypoint.sh
Executable file
10
examples/docker/nginx/entrypoint.sh
Executable 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 "$@"
|
Loading…
Add table
Add a link
Reference in a new issue