From 3d78853a92ec32f33f84655b8ace5d36e875def0 Mon Sep 17 00:00:00 2001 From: Lorenz Zahn <lorenz.zahn@student.uni-halle.de> Date: Mon, 7 Aug 2023 11:09:50 +0200 Subject: [PATCH] additional script for installation --- generatelocalcerts.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 generatelocalcerts.sh diff --git a/generatelocalcerts.sh b/generatelocalcerts.sh new file mode 100644 index 00000000..0715af67 --- /dev/null +++ b/generatelocalcerts.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +echo "CREATING LOCAL CERTIFICATES" + +bash ./scripts/ca.sh +bash ./scripts/db.sh +bash ./scripts/proxy.sh +bash ./scripts/web.sh \ No newline at end of file -- GitLab