1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

add a link to the project into gencerts.sh

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2018-10-23 09:45:21 +02:00
parent 8db1dc5488
commit 098ff5208c
2 changed files with 1 additions and 1 deletions
Regular → Executable
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# https://github.com/google/easypki
echo "Creating CA and Server certificates..." echo "Creating CA and Server certificates..."
easypki create --filename internalca --organizational-unit primary --expire 3650 --ca "Internal Kopano System" easypki create --filename internalca --organizational-unit primary --expire 3650 --ca "Internal Kopano System"
mkdir -p /kopano/ssl/clients/ mkdir -p /kopano/ssl/clients/
Regular → Executable
View File