From 098ff5208c57205bd820d2172236560e180dbf2b Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Tue, 23 Oct 2018 09:45:21 +0200 Subject: [PATCH] add a link to the project into gencerts.sh Signed-off-by: Felix Bartels --- ssl/gencerts.sh | 2 +- ssl/start.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 ssl/gencerts.sh mode change 100644 => 100755 ssl/start.sh diff --git a/ssl/gencerts.sh b/ssl/gencerts.sh old mode 100644 new mode 100755 index 5cf8305..121364f --- a/ssl/gencerts.sh +++ b/ssl/gencerts.sh @@ -1,7 +1,7 @@ #!/bin/sh +# https://github.com/google/easypki echo "Creating CA and Server certificates..." - easypki create --filename internalca --organizational-unit primary --expire 3650 --ca "Internal Kopano System" mkdir -p /kopano/ssl/clients/ diff --git a/ssl/start.sh b/ssl/start.sh old mode 100644 new mode 100755