commit 2958719bebcde146cc2a229f0f75d97ebdaba22a parent c4a430c42057163e7eecf410d38291b548df4f4a Author: MS <ms@taler.net> Date: Sat, 2 Dec 2023 10:19:34 +0100 certbot invocation Diffstat:
| M | netzbon/config_nginx.sh | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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