fix: tool only manages backup, preservation handles cert deployment
This commit is contained in:
parent
25c0e7b9b7
commit
b0a3cd3206
1 changed files with 1 additions and 2 deletions
|
|
@ -57,8 +57,7 @@ if [ -f "$TOOL_BIN" ]; then
|
||||||
"$TOOL_BIN" cert \
|
"$TOOL_BIN" cert \
|
||||||
--domains "app.${DOMAIN},dns.${DOMAIN},www.${DOMAIN}" \
|
--domains "app.${DOMAIN},dns.${DOMAIN},www.${DOMAIN}" \
|
||||||
--email "${TLS_EMAIL:-admin@${DOMAIN}}" \
|
--email "${TLS_EMAIL:-admin@${DOMAIN}}" \
|
||||||
--backup-dir /opt/backup/certs \
|
--backup-dir /opt/backup/certs 2>&1 || true
|
||||||
--deploy-dir "${TARGET_DIR}/config/zoraxy/conf/certs" 2>&1 || true
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# --- Greenfield path ---
|
# --- Greenfield path ---
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue