mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 07:56:12 +00:00
9 lines
72 B
Bash
9 lines
72 B
Bash
#!/bin/sh
|
|
|
|
|
|
if [ -f /kopano/ssl/ca.pem ]
|
|
then exit 0
|
|
fi
|
|
|
|
/gencerts.sh
|