From 71591789b63a43bbaeca8e31b803471600a31fa9 Mon Sep 17 00:00:00 2001 From: Valko Laszlo Date: Fri, 7 Jan 2022 08:17:19 +0100 Subject: [PATCH] Added SSL cert support. --- .gitignore | 1 + filelist.fullchain | 1 + filelist.key | 1 + restart.sh | 3 +++ 4 files changed, 6 insertions(+) create mode 100644 filelist.fullchain create mode 100644 filelist.key create mode 100755 restart.sh diff --git a/.gitignore b/.gitignore index b25c15b..fd79799 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *~ +ssl diff --git a/filelist.fullchain b/filelist.fullchain new file mode 100644 index 0000000..d6407cf --- /dev/null +++ b/filelist.fullchain @@ -0,0 +1 @@ +ssl/fullchain.pem diff --git a/filelist.key b/filelist.key new file mode 100644 index 0000000..a38e801 --- /dev/null +++ b/filelist.key @@ -0,0 +1 @@ +ssl/privkey.pem diff --git a/restart.sh b/restart.sh new file mode 100755 index 0000000..d46e95e --- /dev/null +++ b/restart.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +docker stop git