mirror of
https://github.com/chatmail/relay.git
synced 2026-05-16 03:24:48 +00:00
Fix bug with attaching certs
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
CERTS_DIR=${CERTS_DIR:-"/data/letsencrypt/certs"}
|
||||
|
||||
echo "CERTS_DIR: $CERTS_DIR"
|
||||
|
||||
for dir in "$CERTS_DIR"/*/; do
|
||||
echo "Processing: $dir"
|
||||
cd "$dir"
|
||||
if [ -f "certificate.crt" ]; then
|
||||
ln -sf certificate.crt fullchain
|
||||
|
||||
Reference in New Issue
Block a user