gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] 06/25: Fix: Increase TTL sandbox and Nexus + Remove c


From: gnunet
Subject: [taler-deployment] 06/25: Fix: Increase TTL sandbox and Nexus + Remove certbot base domain
Date: Thu, 06 Apr 2023 14:11:30 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

commit 063cddee0899e821c78d90b1fde17837046c5fae
Author: Javier Sepulveda <javier.sepulveda@uv.es>
AuthorDate: Fri Mar 31 08:59:25 2023 +0200

    Fix: Increase TTL sandbox and Nexus + Remove certbot base domain
---
 netzbon/config_launch_libeufin.sh | 8 ++++----
 netzbon/config_nginx.sh           | 3 +--
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/netzbon/config_launch_libeufin.sh 
b/netzbon/config_launch_libeufin.sh
index e12e531..2cb6e61 100755
--- a/netzbon/config_launch_libeufin.sh
+++ b/netzbon/config_launch_libeufin.sh
@@ -120,9 +120,9 @@ systemctl enable --now libeufin-sandbox
 
 say "DONE"
 say "Waiting for sandbox..."
-curl --max-time 2 \
+curl --max-time 25 \
      --retry-connrefused \
-     --retry-delay 1 \
+     --retry-delay 3 \
      --retry 10 \
      ${SANDBOX_URL} &> /dev/null
 say "DONE"
@@ -139,9 +139,9 @@ systemctl enable --now libeufin-nexus
 
 say "DONE"
 say "Waiting for Nexus..."
-curl --max-time 2 \
+curl --max-time 25 \
      --retry-connrefused \
-     --retry-delay 1 \
+     --retry-delay 3 \
      --retry 10 \
      ${LIBEUFIN_NEXUS_URL} &> /dev/null
 say "DONE"
diff --git a/netzbon/config_nginx.sh b/netzbon/config_nginx.sh
index bf85f96..3ba8db3 100755
--- a/netzbon/config_nginx.sh
+++ b/netzbon/config_nginx.sh
@@ -19,8 +19,7 @@ sed -i "s/http:\/\/bank./https:\/\/bank./g" 
/etc/libeufin/demobank-ui-settings.j
 
     say "Obtaining TLS certificates"
 
-    certbot -d ${DOMAIN_NAME} \
-            -d backend.${DOMAIN_NAME} \
+    certbot -d backend.${DOMAIN_NAME} \
             -d bank.${DOMAIN_NAME} \
             -d exchange.${DOMAIN_NAME}
 fi

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]