Added SSL cert support.

This commit is contained in:
László Valkó 2022-01-07 08:17:19 +01:00
parent 8c138141b1
commit 71591789b6
4 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
*~
ssl

1
filelist.fullchain Normal file
View file

@ -0,0 +1 @@
ssl/fullchain.pem

1
filelist.key Normal file
View file

@ -0,0 +1 @@
ssl/privkey.pem

3
restart.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
docker stop git