fix: tool only manages backup, preservation handles cert deployment

This commit is contained in:
Claus Lohmar 2026-07-07 14:14:36 +01:00
parent 25c0e7b9b7
commit b0a3cd3206

View file

@ -57,8 +57,7 @@ if [ -f "$TOOL_BIN" ]; then
"$TOOL_BIN" cert \
--domains "app.${DOMAIN},dns.${DOMAIN},www.${DOMAIN}" \
--email "${TLS_EMAIL:-admin@${DOMAIN}}" \
--backup-dir /opt/backup/certs \
--deploy-dir "${TARGET_DIR}/config/zoraxy/conf/certs" 2>&1 || true
--backup-dir /opt/backup/certs 2>&1 || true
fi
# --- Greenfield path ---