Added SSL cert support.
This commit is contained in:
parent
8c138141b1
commit
71591789b6
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
*~
|
||||
ssl
|
||||
|
|
1
filelist.fullchain
Normal file
1
filelist.fullchain
Normal file
|
@ -0,0 +1 @@
|
|||
ssl/fullchain.pem
|
1
filelist.key
Normal file
1
filelist.key
Normal file
|
@ -0,0 +1 @@
|
|||
ssl/privkey.pem
|
3
restart.sh
Executable file
3
restart.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
docker stop git
|
Loading…
Reference in a new issue