Added files to integrate with SSL certificate updater scripts.
This commit is contained in:
parent
1f05e77a78
commit
67ab490720
1
filelist.fullchain
Normal file
1
filelist.fullchain
Normal file
|
@ -0,0 +1 @@
|
||||||
|
nginx/ssl/fullchain.pem
|
1
filelist.key
Normal file
1
filelist.key
Normal file
|
@ -0,0 +1 @@
|
||||||
|
nginx/ssl/privkey.pem
|
3
restart.sh
Executable file
3
restart.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
docker stop registry.nginx
|
Loading…
Reference in a new issue