gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: certbot invocation


From: gnunet
Subject: [taler-deployment] branch master updated: certbot invocation
Date: Sat, 02 Dec 2023 10:20:03 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 2958719  certbot invocation
2958719 is described below

commit 2958719bebcde146cc2a229f0f75d97ebdaba22a
Author: MS <ms@taler.net>
AuthorDate: Sat Dec 2 10:19:34 2023 +0100

    certbot invocation
---
 netzbon/config_nginx.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/netzbon/config_nginx.sh b/netzbon/config_nginx.sh
index faf616c..2fe561c 100755
--- a/netzbon/config_nginx.sh
+++ b/netzbon/config_nginx.sh
@@ -27,8 +27,7 @@ if test "${ENABLE_TLS}" == "y"; then
 
   say "Obtaining TLS certificates"
 
-  # FIXME: this invocation might need --nginx
-  certbot -d backend."${DOMAIN_NAME}" \
+  certbot --nginx -d backend."${DOMAIN_NAME}" \
     -d bank."${DOMAIN_NAME}" \
     -d exchange."${DOMAIN_NAME}"
 else

-- 
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]